--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # crane ls > List the tags in a repository. > More information: . - 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]}}`