Skip to main content
1.8.2
Jul 10, 2026

Fixes & improvements

Fixed field filters being ignored on list commands. Flags such as --status, --currency, and --balance-id now apply correctly across ledgers, balances, transactions, identities, and reconciliations.
bash
1.8.1
Jun 4, 2026

Connect

Improved the flow for connecting your CLI to Blnk Core so you can start running commands against your instance.List commands now default to direct DB search.On older Blnk Core versions without direct DB search, the CLI falls back to Typesense. You can also filter results by field across list commands.

Fixes & improvements

  1. Added reindex, community, and docs to create and list search reindex jobs, open the Blnk community, or jump to the docs from your terminal.
  2. Expanded update flows with guided prompts, including identity ID handling for balance updates.
  3. Broader command coverage for ledgers, balances, transactions, identities, and reconciliations.
  4. Improved table output, help text, flags, and status coloring across commands.
  5. Stronger error handling for invalid arguments, API failures, and prompt flows.
  6. Removed legacy cloud CLI surface and unused dependencies.
  7. Node.js 18+ is now required.
  8. Added field filtering to list and query flows. (A follow-up fix in 1.8.2 resolved filters not applying correctly.)