Documentation
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

FlagDescription
--jsonOutput version information as JSON

What's next