<!-- 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 app-key ls
List the tenant's API keys (app keys and PATs)
Usage
axiom app-key ls [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for ls | |
--json | bool | Emit the key list as JSON |
See also
- axiom app-key — Manage invoke-scoped app keys (public browser credentials)
Related