<!-- 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 search
Search the Axiom package marketplace
Search for packages, nodes, or messages in the Axiom marketplace.
When called without a query, lists recently published packages. Use --type to search nodes or messages instead of packages. Use --json for machine-readable output (e.g. to find a message to import).
Examples:
axiom search
axiom search order-processing
axiom search --type nodes "validate order"
axiom search --type messages Payment --jsonUsage
axiom search [query] [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for search | |
--json | bool | Emit structured JSON instead of human-readable tables | ||
--type | -t | string | packages | entity type to search: packages, nodes, or messages |
See also
- axiom — Axiom CLI — build and push node packages
- Guide: Import package types