Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom search

Search the Axiom package marketplace

View as Markdown
<!-- 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 --json

Usage

axiom search [query] [flags]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for search
--jsonboolEmit structured JSON instead of human-readable tables
--type-tstringpackagesentity type to search: packages, nodes, or messages

See also