mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
493 B
Plaintext
19 lines
493 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# crane version
|
|
|
|
> Print the version of a binary.
|
|
> The 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.
|
|
> More information: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_version.md>.
|
|
|
|
- Display version:
|
|
|
|
`crane version`
|
|
|
|
- Display help:
|
|
|
|
`crane version {{[-h|--help]}}`
|