hoziron-cli system

Local system/build information about the hoziron-cli CLI binary itself. Unlike most commands, this does not talk to a running daemon — it reports on the CLI process's own build and environment.

Synopsis

hoziron-cli system <subcommand> [options]

Subcommands

SubcommandDescription
info [--json]Show detailed system information
version [--json]Show version information

hoziron-cli system info

hoziron-cli system info [--json]

Examples

$ hoziron-cli system info
Hoziron v0.6.0
  OS:       linux
  Arch:     x86_64
  Home:     /root/.hoziron
  Rust:     1.91.0

$ hoziron-cli system info --json
{
  "version": "0.6.0",
  "os": "linux",
  "arch": "x86_64",
  "home": "/root/.hoziron",
  "rust_version": "1.91.0"
}

home respects HOZIRON_HOME (falls back to ~/.hoziron). rust_version is the MSRV the CLI was compiled against (CARGO_PKG_RUST_VERSION), not necessarily the toolchain that built this particular binary.


hoziron-cli system version

hoziron-cli system version [--json]

Examples

$ hoziron-cli system version
hoziron-cli 0.6.0

$ hoziron-cli system version --json
{
  "version": "0.6.0"
}

Equivalent (for the human-readable form) to hoziron-cli --version.

See Also

  • licence.md — Licence status (a separate, daemon-backed check)
  • utilities.mdhoziron-cli status, the daemon-side equivalent (uptime, providers, health)
  • utilities.mdhoziron-cli doctor, diagnostic health checks