﻿# Version

This command returns the version of the Octopus CLI tool version.

```
Outputs Octopus CLI version.

Usage: octo version [<options>]

Where [<options>] is any of:

Common options:

      --help                 [Optional] Print help for a command.
      --helpOutputFormat=VALUE
                             [Optional] Output format for help, valid options
                             are Default or Json
```

## Basic example
This example displays the version of the Octopus CLI:

```
octo --version
```

## Learn more

- [Octopus CLI](/docs/octopus-rest-api/octopus-cli)
- [Creating API keys](/docs/octopus-rest-api/how-to-create-an-api-key)
