<!-- 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 members
List a client's members
List the nodes and flows currently bundled into a client's draft.
axiom client members c1
axiom client members c1 --jsonRequires a prior "axiom login".
Usage
axiom client members <client-id> [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for members | |
--json | bool | Emit a JSON array of members |
See also
- axiom client — Create and manage Client Builder clients (typed SDKs)
Related