Display version and build information for the RESERVE CLI.
The version command prints the current RESERVE version along with Go runtime details, operating system, and build timestamp.
USAGE
reserve version [flags]
Available Flags:
–format json|jsonl Output version info in structured format
reserve version –help (for more details about flags)
EXAMPLE
# Example reserve version output
reserve version
v1.0.5 — current RESERVE version
go1.25.5 — Go runtime version
linux/amd64 — build target
2026-03-21T13:16:02Z — build time