<!-- 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 list
List your tenant's Client Builder clients
List every Client Builder client owned by your tenant.
axiom client list
axiom client list --json # machine-readable output--json always emits a JSON array, even when there are zero or exactly one client — a script or agent parsing the output can rely on one shape regardless of count.
Requires a prior "axiom login".
Usage
axiom client list [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for list | |
--json | bool | Emit a JSON array of clients (always an array, never a bare object) |
See also
- axiom client — Create and manage Client Builder clients (typed SDKs)
Related