LinuxCommandLibrary

gcrane-ls

lists container registry tags

TLDR

List tags

$ gcrane ls [gcr.io/project/repo]
copy
List with full references
$ gcrane ls --full-ref [gcr.io/project/repo]
copy
List in JSON format
$ gcrane ls --json [gcr.io/project/repo]
copy

SYNOPSIS

gcrane ls [options] repository

DESCRIPTION

gcrane ls lists tags, manifests, and sub-repositories in Google Container Registry and Artifact Registry. Unlike standard crane ls, it provides richer output including detailed manifest information and recursive repository exploration.
The command can display results in human-readable format or as JSON for scripting. Full reference mode shows complete image URIs including registry hostname and digest. gcrane ls is essential for discovering available images, auditing registry contents, and building automation scripts.

PARAMETERS

--full-ref

Show full image references.
--json
Output as JSON.

SEE ALSO

gcrane(1), crane-ls(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community