glab-container-registry-tag-view - Man Page

View a container registry tag.

Synopsis

glab container-registry tag view   [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

--jq="" Filter JSON output with a jq expression.

-F, --output="text" Format output as: text, json.

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

# View a container registry tag
glab container-registry tag view 123 latest

# View a container registry tag in another project
glab container-registry tag view 123 latest -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