---
title: "axiom search"
description: "Search the Axiom package marketplace"
category: reference
surfaces: [cli]
related: [reference/cli/axiom, guides/import-package-types]
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 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:
```text
axiom search
axiom search order-processing
axiom search --type nodes "validate order"
axiom search --type messages Payment --json
```

## Usage

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