glab-container-registry-repository-view - Man Page
View a container registry repository.
Synopsis
glab container-registry repository view [flags]
Description
Returns the container registry repository's details. Use --include-tags to include its tags in the output.
Options
--include-tags[=false] Include tags in the response.
--include-tags-count[=true] Include the number of tags in the response.
--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 repository glab container-registry repository view 123 # Include tag details glab container-registry repository view 123 --include-tags
See Also
Referenced By
glab-container-registry-repository(1).
Aug 2026 Auto generated by spf13/cobra