github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_version.md (about) 1 # jackal version 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Shows the version of the running Jackal binary 5 6 ## Synopsis 7 8 Displays the version of the Jackal release that the current binary was built from. 9 10 ``` 11 jackal version [flags] 12 ``` 13 14 ## Options 15 16 ``` 17 -h, --help help for version 18 -o, --output string Output format (yaml|json) 19 ``` 20 21 ## Options inherited from parent commands 22 23 ``` 24 -a, --architecture string Architecture for OCI images and Jackal packages 25 --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. 26 -l, --log-level string Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info") 27 --no-color Disable colors in output 28 --no-log-file Disable log file creation 29 --no-progress Disable fancy UI progress bars, spinners, logos, etc 30 --tmpdir string Specify the temporary directory to use for intermediate files 31 --jackal-cache string Specify the location of the Jackal cache directory (default "~/.jackal-cache") 32 ``` 33 34 ## SEE ALSO 35 36 * [jackal](jackal.md) - DevSecOps for Airgap