<!-- 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 get
Show one Client Builder client
Show one Client Builder client: its members and build versions.
<client> may be the client's name, slug, or id.
axiom client get billing
axiom client get billing --json # machine-readable outputRequires a prior "axiom login".
Usage
axiom client get <client> [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for get | |
--json | bool | Emit a single JSON result object |
See also
- axiom client — Create and manage Client Builder clients (typed SDKs)
Related