axon list
Browse the registry with no search term.
axon list
axon list --kind cognet
axon list --scope @axon --sort installs --limit 10
Identical to axon search minus the query, and it takes every one
of the same filters:
| Flag | What it does |
|---|---|
--kind <k[,k]> | agent, module, cognet, bench, prompt, extension |
--modules, --cognets, … | shorthand for --kind <kind> |
--scope <@who> | only artifacts under one namespace |
--sort <order> | relevance (default), stars, installs, name, recent |
--limit <n> | cap the results |
axon list --kind cognet --json
Two commands rather than one flag because they answer different questions — "is there something for X?" and "what is there?" — and a search with an empty query is not obviously the second one.