Hanzo
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 →

CommandCallsWhat it does
hanzo registry imagesGET /v1/registry/imagesImages lists the org's container repositories, read live from the OCI catalog and filtered server-side to the org's…
hanzo registry packagesGET /v1/registry/packagesPackages lists the org's npm packages — <org> and @<org>/… — from the npm registry's search index, optionally…
hanzo registry projectsGET /v1/registry/projectsProjects lists the namespaces the caller can see with what each holds: the org's slug, its repository count on the OCI…
hanzo registry statusGET /v1/registry/statusStatus reports whether the OCI and npm registries are reachable and, when the OCI half is auth-gated, which token realm…
hanzo registry tagsGET /v1/registry/tagsTags lists one org-owned repository's tags, read live from the OCI registry.
hanzo registry tokenPOST /v1/registry/tokenToken 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?