glab-container-registry-tag-list - Man Page

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)

Referenced By

glab-container-registry-tag(1).

Aug 2026 Auto generated by spf13/cobra