github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal.md (about) 1 # jackal 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 DevSecOps for Airgap 5 6 ## Synopsis 7 8 Jackal eliminates the complexity of air gap software delivery for Kubernetes clusters and cloud native workloads 9 using a declarative packaging strategy to support DevSecOps in offline and semi-connected environments. 10 11 ``` 12 jackal COMMAND [flags] 13 ``` 14 15 ## Options 16 17 ``` 18 -a, --architecture string Architecture for OCI images and Jackal packages 19 -h, --help help for jackal 20 --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. 21 -l, --log-level string Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info") 22 --no-color Disable colors in output 23 --no-log-file Disable log file creation 24 --no-progress Disable fancy UI progress bars, spinners, logos, etc 25 --tmpdir string Specify the temporary directory to use for intermediate files 26 --jackal-cache string Specify the location of the Jackal cache directory (default "~/.jackal-cache") 27 ``` 28 29 ## SEE ALSO 30 31 * [jackal completion](jackal_completion.md) - Generate the autocompletion script for the specified shell 32 * [jackal connect](jackal_connect.md) - Accesses services or pods deployed in the cluster 33 * [jackal destroy](jackal_destroy.md) - Tears down Jackal and removes its components from the environment 34 * [jackal dev](jackal_dev.md) - Commands useful for developing packages 35 * [jackal init](jackal_init.md) - Prepares a k8s cluster for the deployment of Jackal packages 36 * [jackal package](jackal_package.md) - Jackal package commands for creating, deploying, and inspecting packages 37 * [jackal tools](jackal_tools.md) - Collection of additional tools to make airgap easier 38 * [jackal version](jackal_version.md) - Shows the version of the running Jackal binary