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

# version

> cpln version — Print the installed cpln version and build information.

Print the installed cpln version

**Usage**

```none theme={null}
cpln version [OPTIONS]
```

<Note>
  `cpln version` and its short form `cpln -v` print the same information as `cpln --version`.
</Note>

<Accordion title="Reference">
  ```text theme={null}
  Options:
    --help         Show help  [boolean]
    --version, -v  Show version number  [boolean]
  ```

  [Common Options Reference](/cli-reference/using-cli/common-options)
</Accordion>

<Accordion title="Example">
  <CodeGroup>
    ```bash Command theme={null}
    cpln version
    ```

    ```text Output theme={null}
    {
      "npm": "3.14.0",
      "build": "3.14.0",
      "version": "3.14.0",
      "epoch": 174,
      "timestamp": 1752710400000
    }
    ```
  </CodeGroup>
</Accordion>

***
