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

FlagTypeDefaultDescription
--shortboolfalseprint just the version string

Examples

veirox version
veirox version --short
veirox version -o json

Exit codes

CodeMeaning
0Success.
1Generic error (network, API 5xx).
2Validation error (bad flag, missing required arg).
3Unauthenticated โ€” run veirox login or set VEIROX_API_KEY.
4Not found (resource does not exist in this project).
5Permission denied (your role / API key lacks the scope).

See also