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

# odigos version

## odigos version

Print odigos version.

### Synopsis

This command is used to print the Odigos version.
Both the CLI version and the Odigos components in your cluster will be printed.

```
odigos version [flags]
```

### Examples

```

# Print the version of odigos CLI and Odigos deployment in your cluster
odigos version

```

### Options

```
      --cli       prints only the CLI version
      --cluster   prints only the version of odigos deployed in the cluster
  -h, --help      help for version
```

### Options inherited from parent commands

```
      --kube-context string   (optional) name of the kubeconfig context to use
      --kubeconfig string     (optional) absolute path to the kubeconfig file (default "KUBECONFIG")
  -v, --verbose               enable verbose output
```

### SEE ALSO

* [odigos](/cli/odigos)	 - Automate OpenTelemetry Observability in Kubernetes
