...
1## crane version
2
3Print the version
4
5### Synopsis
6
7The version string is completely dependent on how the binary was built, so you should not depend on the version format. It may change without notice.
8
9This could be an arbitrary string, if specified via -ldflags.
10This could also be the go module version, if built with go modules (often "(devel)").
11
12```
13crane version [flags]
14```
15
16### Options
17
18```
19 -h, --help help for version
20```
21
22### Options inherited from parent commands
23
24```
25 --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
26 --insecure Allow image references to be fetched without TLS
27 --platform platform Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
28 -v, --verbose Enable debug logs
29```
30
31### SEE ALSO
32
33* [crane](crane.md) - Crane is a tool for managing container images
34
View as plain text