> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blnkfinance.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Blnk CLI

> Latest releases, fixes, and improvements to the Blnk CLI.

<Update label="1.8.2" description="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 bash wrap theme={"system"}
  blnk transactions l --status APPLIED          # returns only APPLIED
  blnk transactions l --status "APPLIED,QUEUED" # matches either status
  ```
</Update>

<Update label="1.8.1" description="Jun 4, 2026">
  ## Connect

  Improved the flow for connecting your CLI to Blnk Core so you can start running commands against your instance.

  ## List & search

  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.)
</Update>
