github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_package_inspect.md (about) 1 # jackal package inspect 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Displays the definition of a Jackal package (runs offline) 5 6 ## Synopsis 7 8 Displays the 'jackal.yaml' definition for the specified package and optionally allows SBOMs to be viewed 9 10 ``` 11 jackal package inspect [ PACKAGE_SOURCE ] [flags] 12 ``` 13 14 ## Options 15 16 ``` 17 -h, --help help for inspect 18 -s, --sbom View SBOM contents while inspecting the package 19 --sbom-out string Specify an output directory for the SBOMs from the inspected Jackal package 20 ``` 21 22 ## Options inherited from parent commands 23 24 ``` 25 -a, --architecture string Architecture for OCI images and Jackal packages 26 --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. 27 -k, --key string Path to public key file for validating signed packages 28 -l, --log-level string Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info") 29 --no-color Disable colors in output 30 --no-log-file Disable log file creation 31 --no-progress Disable fancy UI progress bars, spinners, logos, etc 32 --oci-concurrency int Number of concurrent layer operations to perform when interacting with a remote package. (default 3) 33 --tmpdir string Specify the temporary directory to use for intermediate files 34 --jackal-cache string Specify the location of the Jackal cache directory (default "~/.jackal-cache") 35 ``` 36 37 ## SEE ALSO 38 39 * [jackal package](jackal_package.md) - Jackal package commands for creating, deploying, and inspecting packages