.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-container-registry-tag-list - List container registry repository tags. .SH SYNOPSIS \fBglab container-registry tag list [flags]\fP .SH 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. .SH OPTIONS \fB--details\fP[=false] Fetch digest, size, and creation time for each tag. Makes one API call per tag. .PP \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .PP \fB-p\fP, \fB--page\fP=1 Page number. .PP \fB-P\fP, \fB--per-page\fP=30 Number of items to list per page. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX # 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 .EE .SH SEE ALSO \fBglab-container-registry-tag(1)\fP