glab(1) glab(1) NAME glab-container-registry-tag-list - List container registry repository tags. SYNOPSIS glab container-registry tag list [flags] DESCRIPTION The repository ID must belong to the selected project. Use -R/--repo to specify the owning project when running this command outside that project's Git checkout. OPTIONS --details[=false] Fetch digest, size, and creation time for each tag. Makes one API call per tag. --jq="" Filter JSON output with a jq expression. -F, --output="text" Format output as: text, json. -p, --page=1 Page number. -P, --per-page=30 Number of items to list per page. OPTIONS INHERITED FROM PARENT COMMANDS -h, --help[=false] Show help for this command. -R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. EXAMPLE # List tags for a container registry repository glab container-registry tag list 123 # List tags for a container registry repository in another project glab container-registry tag list 123 -R gitlab-org/cli SEE ALSO glab-container-registry-tag(1) Auto generated by spf13/cobra Sep 2026 glab(1)