Registry
The `hanzo registry` commands.
Also for this capability: API · CLI · MCP · SDKs
Your container and package registry: push images, pull them back, see what you store.
hanzo registry tagsEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo registry images | Images lists the org's container repositories, read live from the OCI catalog and filtered server-side to the org's… |
hanzo registry packages | Packages lists the org's npm packages — <org> and @<org>/… — from the npm registry's search index, optionally… |
hanzo registry projects | Projects lists the namespaces the caller can see with what each holds: the org's slug, its repository count on the OCI… |
hanzo registry status | Status reports whether the OCI and npm registries are reachable and, when the OCI half is auth-gated, which token realm… |
hanzo registry tags | Tags lists one org-owned repository's tags, read live from the OCI registry. |
hanzo registry token | Token mints a short-lived, pull-only registry token for exactly one of the org's images, through the same IAM realm the… |
How is this guide?