...
1## crane ls
2
3List the tags in a repo
4
5```
6crane ls REPO [flags]
7```
8
9### Options
10
11```
12 --full-ref (Optional) if true, print the full image reference
13 -h, --help help for ls
14 --omit-digest-tags (Optional), if true, omit digest tags (e.g., ':sha256-...')
15```
16
17### Options inherited from parent commands
18
19```
20 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
21 --insecure Allow image references to be fetched without TLS
22 --platform platform Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
23 -v, --verbose Enable debug logs
24```
25
26### SEE ALSO
27
28* [crane](crane.md) - Crane is a tool for managing container images
29
View as plain text