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

# Version

> Print the installed Blnk CLI version.

Print the CLI version you have installed. This is a root-level flag, not a separate subcommand. See [Global flags](/cli/global-flags).

***

## `version`

Print the installed CLI version and exit. Useful when comparing release notes, reporting a bug, or confirming an `npm` global upgrade took effect.

```bash theme={"system"}
blnk --version
```

<Icon icon="list-ordered" size={16} color="#808080" className="cli-section-icon" /> **Usage**

<Steps>
  <Step title="Check your CLI version">
    Run the command from any directory:

    ```bash wrap theme={"system"}
    blnk --version
    ```

    ```text 200 Success icon="circle-check" theme={"system"}
    Blnk CLI:
      1.8.2
    ```

    Your version string matches the package you installed with `npm i -g @blnkfinance/blnk-cli`.
  </Step>
</Steps>
