veirox version
Print the Veirox CLI version
Synopsis
veirox version [flags]
Description
Print the Veirox CLI version, build metadata, and the connected backend version.
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--short | bool | false | print just the version string |
Examples
veirox version
veirox version --short
veirox version -o json
Exit codes
| Code | Meaning |
|---|---|
0 | Success. |
1 | Generic error (network, API 5xx). |
2 | Validation error (bad flag, missing required arg). |
3 | Unauthenticated โ run veirox login or set VEIROX_API_KEY. |
4 | Not found (resource does not exist in this project). |
5 | Permission denied (your role / API key lacks the scope). |
See also
- ๐ Quickstart
- ๐ Reference: veirox login