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

# version

> Show build information including the CLI version, Git commit, Go version, and OS/architecture.

Show build information including the CLI version, Git commit, Go version, and OS/architecture.

```bash theme={null}
entire version
```

You can also use the `--version` flag on the root command:

```bash theme={null}
entire --version
```

Both produce identical output:

```
Entire CLI v1.2.3 (abc1234)
Go version: go1.21.0
OS/Arch: darwin/arm64
```
