github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_package.md (about) 1 # jackal package 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Jackal package commands for creating, deploying, and inspecting packages 5 6 ## Options 7 8 ``` 9 -h, --help help for package 10 -k, --key string Path to public key file for validating signed packages 11 --oci-concurrency int Number of concurrent layer operations to perform when interacting with a remote package. (default 3) 12 ``` 13 14 ## Options inherited from parent commands 15 16 ``` 17 -a, --architecture string Architecture for OCI images and Jackal packages 18 --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. 19 -l, --log-level string Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info") 20 --no-color Disable colors in output 21 --no-log-file Disable log file creation 22 --no-progress Disable fancy UI progress bars, spinners, logos, etc 23 --tmpdir string Specify the temporary directory to use for intermediate files 24 --jackal-cache string Specify the location of the Jackal cache directory (default "~/.jackal-cache") 25 ``` 26 27 ## SEE ALSO 28 29 * [jackal](jackal.md) - DevSecOps for Airgap 30 * [jackal package create](jackal_package_create.md) - Creates a Jackal package from a given directory or the current directory 31 * [jackal package deploy](jackal_package_deploy.md) - Deploys a Jackal package from a local file or URL (runs offline) 32 * [jackal package inspect](jackal_package_inspect.md) - Displays the definition of a Jackal package (runs offline) 33 * [jackal package list](jackal_package_list.md) - Lists out all of the packages that have been deployed to the cluster (runs offline) 34 * [jackal package mirror-resources](jackal_package_mirror-resources.md) - Mirrors a Jackal package's internal resources to specified image registries and git repositories 35 * [jackal package publish](jackal_package_publish.md) - Publishes a Jackal package to a remote registry 36 * [jackal package pull](jackal_package_pull.md) - Pulls a Jackal package from a remote registry and save to the local file system 37 * [jackal package remove](jackal_package_remove.md) - Removes a Jackal package that has been deployed already (runs offline)