gh api user/packages?package_type=container --jq '.[].name'
List your container packages via API
Queries the REST endpoint for packages owned by your account, filtering to container images, and --jq prints each package name. Packages are images and libraries published under your user or org. Listing via gh api unlocks filters the gh CLI has no native command for.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.