---
title: "calicoctl version"
description: "Reference for the calicoctl version command in Calico Enterprise, used to display client and cluster version information."
product: "Calico Enterprise"
version: "3.23 (latest)"
section: "Reference"
canonical_url: "https://docs.tigera.io/calico-enterprise/latest/reference/clis/calicoctl/version"
---

# calicoctl version

This section describes the `calicoctl version` command.

Read the [calicoctl Overview](https://docs.tigera.io/calico-enterprise/latest/reference/clis/calicoctl/overview.md) for a full list of calicoctl commands.

## Displaying the help text for 'calicoctl version' commands

Run `calicoctl version --help` to display the following help menu for the commands.

```text
Usage:
  calicoctl version [--config=<CONFIG>] [--poll=<POLLFREQ>]

Options:
  -h --help             Show this screen.
  -c --config=<CONFIG>  Path to the file containing connection configuration in
                        YAML or JSON format.
                        [default: /etc/calico/calicoctl.cfg]
     --poll=<POLL>      Poll for changes to the cluster information at a frequency specified using POLL duration
                        (e.g. 1s, 10m, 2h etc.). A value of 0 (the default) disables polling.

Description:
  Display the version of calicoctl.
```

### Example

Use `calicoctl version` to obtain the following data.

| Field               | Value                                          |
| ------------------- | ---------------------------------------------- |
| `Client Version`    | Version of `calicoctl`                         |
| `Build date`        | Time and date of `calicoctl` build             |
| `Git commit`        | Git commit number of `calicoctl`               |
| `Cluster Version`\* | Version number of `node` and Calico Enterprise |
| `Cluster Type`\*    | Other details about the cluster                |

\* To obtain these values, you must configure `calicoctl` [to connect to your datastore](https://docs.tigera.io/calico-enterprise/latest/operations/clis/calicoctl/configure/overview.md).

## See also

- [Installing calicoctl](https://docs.tigera.io/calico-enterprise/latest/operations/clis/calicoctl/install.md).
