LinuxCommandLibrary

gcrane-ls

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 in a container registry repository. gcrane is optimized for Google Container Registry and Artifact Registry.

PARAMETERS

--full-ref

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

SEE ALSO

gcrane(1), crane-ls(1)

Copied to clipboard