github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_dev_sha256sum.md (about) 1 # jackal dev sha256sum 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Generates a SHA256SUM for the given file 5 6 ``` 7 jackal dev sha256sum { FILE | URL } [flags] 8 ``` 9 10 ## Options 11 12 ``` 13 -e, --extract-path string The path inside of an archive to use to calculate the sha256sum (i.e. for use with "files.extractPath") 14 -h, --help help for sha256sum 15 ``` 16 17 ## Options inherited from parent commands 18 19 ``` 20 -a, --architecture string Architecture for OCI images and Jackal packages 21 --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. 22 -l, --log-level string Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info") 23 --no-color Disable colors in output 24 --no-log-file Disable log file creation 25 --no-progress Disable fancy UI progress bars, spinners, logos, etc 26 --tmpdir string Specify the temporary directory to use for intermediate files 27 --jackal-cache string Specify the location of the Jackal cache directory (default "~/.jackal-cache") 28 ``` 29 30 ## SEE ALSO 31 32 * [jackal dev](jackal_dev.md) - Commands useful for developing packages