Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.15 KB

File metadata and controls

23 lines (18 loc) · 1.15 KB

Changelog

0.2.0

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 --all replace --offset.
  • transactions, holdings and trades take --account <acct_id>; --connection is gone.
  • balances reads GET /v2/accounts/{id}/balance per account in parallel.
  • Money is shown from minor units plus currency ({ "amount": 1250, "currency": "aud" }).
  • login and whoami use GET /v2/me and show plan and key scopes.
  • New: link and destinations link hosted 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 to Redbark-Version: 2026-10-01.wattle.

0.1.1

v1 read-only client: connections, accounts, balances, transactions, categories, holdings, trades.