CLICommands
ox version
Display the version, build date, git commit, and Go version of the ox CLI you're running.
Usage
terminal
$
ox version
ox 0.14.0
Built: 2026-08-21 20:49 UTC
Commit: 0e41c923
Go: go1.26.5
Examples
Emit the version details as JSON for scripts and tooling:
terminal
$
Flags
| Flag | Description |
|---|---|
--json | Output version information as JSON |
What's next
- ox upgrade - Move to the latest version
- ox release-notes - See what changed in the version you're running

