<!-- 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 list-my-tools
List the nodes and flows you have pinned
List the nodes and flows you have pinned as favorite tools.
These are the same pinned tools the hosted Axiom MCP server exposes as first-class typed tools — the list is your tenant+client's shared tool store.
axiom list-my-tools
axiom list-my-tools --kind node
axiom list-my-tools --jsonRequires a prior "axiom login".
Usage
axiom list-my-tools [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for list-my-tools | |
--json | bool | Emit structured JSON instead of a human-readable table | ||
--kind | string | filter to one tool kind: node or flow (default: both) |
See also
- axiom — Axiom CLI — build and push node packages
Related