Breaking: the CLI now speaks the Redbark API v2 and drops v1 entirely.
- Every v2 operation has a command:
redbark <resource> <verb> [id] [flags]. See the README for the full reference. - Ids are v2 prefixed strings (
acct_,sync_,conn_,dest_, ...). v1 ids no longer work. - Pagination is token based:
--page <token>and--allreplace--offset. transactions,holdingsandtradestake--account <acct_id>;--connectionis gone.balancesreadsGET /v2/accounts/{id}/balanceper account in parallel.- Money is shown from minor units plus currency (
{ "amount": 1250, "currency": "aud" }). loginandwhoamiuseGET /v2/meand show plan and key scopes.- New:
linkanddestinations linkhosted flows,--json-file/--body,--idempotency-key,--dry-run,--yes, confirmation prompts on destructive commands, friendly v2 error messages with the request id. - The command set is generated from the OpenAPI document (
bun run generate) and pinned toRedbark-Version: 2026-10-01.wattle.
v1 read-only client: connections, accounts, balances, transactions, categories, holdings, trades.