1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-12 09:15:24 +02:00
tldr/pages/common/crane-ls.md

21 lines
371 B
Markdown
Raw Normal View History

2024-10-03 11:48:34 +02:00
# crane ls
> List the tags in a repository.
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_ls.md>.
- 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}}`