registry inspects package registry content.
Packages and container images are part of repository delivery and need a common inventory surface.
Use registry to list packages or view package details for an owner.
Know whether the provider expects an account owner, organization, group, or
project path. Pass --package-type when you need a specific registry kind such
as container packages.
gitfleet registry list --owner owner --package-type containergitfleet registry list --owner owner --package-type container --limit 25 --page 2gitfleet registry view --owner owner --package-type container --package-name app
GitHub and GitLab both expose package registry capability.
Current documented commands are read-only.
Use --json for package inventories and release audits.
For package inventories, --limit is the page size and --page selects a
1-based provider page. Prefer explicit paging in automation so large registries
can be processed in deterministic chunks.