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

# atlanai version

> Print CLI build, source, Go, and platform information.

Use `version` to identify the exact binary before troubleshooting or comparing
behavior with the reference.

## Usage

```text theme={null}
atlanai version [flags]
```

The command accepts no positional arguments.

## Options

| Option             | Type        | Default | Description                                                          |
| ------------------ | ----------- | ------- | -------------------------------------------------------------------- |
| `--json`           | string list | none    | Select `version`, `commit`, `buildDate`, `goVersion`, or `platform`. |
| `--jq`, `-q`       | string      | none    | Filter JSON output with jq.                                          |
| `--template`, `-t` | string      | none    | Render JSON data with a Go template.                                 |

## Examples

```bash theme={null}
atlanai version
atlanai version --json version,commit,platform
```

## Output and behavior

Human output prints the CLI version and source commit, followed by build date,
Go version, and operating-system/architecture pair. It does not contact the
Gateway.

## Related

* [Install and update the CLI](/cli/install)
* [`atlanai doctor`](/cli/reference/doctor)
* [CLI command reference](/cli/reference)
