---
title: "axiom info"
description: "Show package details, nodes, messages, and live endpoint"
category: reference
surfaces: [cli]
related: [reference/cli/axiom, guides/import-package-types, guides/use-interactive-api-docs]
last_reviewed: 2026-06-06
---

<!-- 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:
```text
axiom info order-processing
axiom info payments@2.0.1 --json
```

## Usage

```sh
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.md) — Axiom CLI — build and push node packages
- Guide: [Import package types](../../guides/import-package-types.md)
- Guide: [Use the interactive API docs](../../guides/use-interactive-api-docs.md)
