CLIRegistry
Registry
6 `hanzo` commands for Registry, each calling one operation on api.hanzo.ai.
Package registry is your container and package registry: push images, pull them back, see what you store.
6 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo registry images | GET /v1/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 | GET /v1/registry/packages | Packages lists the org's npm packages — <org> and @<org>/… — from the npm registry's search index, optionally… |
hanzo registry projects | GET /v1/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 | GET /v1/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 | GET /v1/registry/tags | Tags lists one org-owned repository's tags, read live from the OCI registry. |
hanzo registry token | POST /v1/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?