<!-- 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 info
Show package details, nodes, messages, and live endpoint
Display full details for a published Axiom package.
When @version is omitted, the most recently published version is shown. Use --json for the full package detail (nodes, messages, endpoint) as JSON.
Examples:
axiom info order-processing
axiom info payments@2.0.1 --jsonUsage
axiom info <package>[@version] [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for info | |
--json | bool | Emit structured JSON instead of human-readable output |
See also
- axiom — Axiom CLI — build and push node packages
- Guide: Import package types
- Guide: Use the interactive API docs