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

# ultra version

> Show version information

Display Ultra version, build information, and system details.

## Usage

```bash theme={null}
ultra version [flags]
```

## Flags

| Flag      | Short | Default | Description                   |
| --------- | ----- | ------- | ----------------------------- |
| `--short` | `-s`  | `false` | Print only the version number |

## Examples

```bash theme={null}
# Full version info
ultra version

# Version number only (useful in scripts)
ultra version --short
```

## Output

Full output includes:

* **Version** — Release version
* **Commit** — Git commit hash (truncated to 7 chars)
* **Built** — Build date
* **Go** — Go runtime version
* **OS/Arch** — Operating system and architecture
