Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom client status

Show a client version's per-language build status

View as Markdown
<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT. Source of truth: the cobra command definitions in cmd/axiom/cmd/. Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->

axiom client status

Show a client version's per-language build status

Show the build status of every language row for one version of a client.

axiom client status c1 --version 2
axiom client status c1 --version 2 --watch     # poll until every language finishes
axiom client status c1 --version 2 --json

--watch polls until every language row for the version reaches a terminal status (succeeded or failed), then exits. It exits non-zero if any language ended failed — --watch never reports success on a failed build, and it never polls forever: a canceled/expired context stops it too.

Requires a prior "axiom login".

Usage

axiom client status <client-id> [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for status
--jsonboolEmit a JSON array of the version's build rows
--versionint0Version to show status for (required)
--watchboolPoll until every language in the version reaches succeeded or failed

See also

  • axiom client — Create and manage Client Builder clients (typed SDKs)