> ## 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

> Use the command line to manage your Blnk Core resources.

Use the Blnk CLI to build, test, and manage your Blnk Core installation from the command line.

```bash bash wrap theme={"system"}
npm i -g @blnkfinance/blnk-cli
```

Connect to an instance, list and create ledgers, balances, and transactions, run reconciliations, and more.

<CardGroup cols={2}>
  <Card title="Install the Blnk CLI" icon="download" href="/cli/install">
    Node.js and npm install.
  </Card>

  <Card title="Connect to Blnk Core" icon="cable" href="/cli/using-blnk-core">
    Link and verify your instance.
  </Card>

  <Card title="Resource commands" icon="layers" href="/cli/ledgers">
    Ledgers, balances, transactions, and more.
  </Card>

  <Card title="Additional commands" icon="square-terminal" href="/cli/help">
    Help, version, reindex, and more.
  </Card>
</CardGroup>
