commands.sh

crane ls

all

List the tags in a repository.

More info →

Options (2)

-o, --omit-digest-tagsboolean

Omit digest tags

Example: crane ls {{[-o|--omit-digest-tags]}}
-h, --helpboolean

Display help

Example: crane ls {{[-h|--help]}}

Examples (4)

List the tags

crane ls repository

Print the full image reference

crane ls repository --full-ref

Omit digest tags

crane ls [-o|--omit-digest-tags]

Display help

crane ls [-h|--help]
made by @shridhargupta | data from tldr-pages