github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools.md (about) 1 # jackal tools 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Collection of additional tools to make airgap easier 5 6 ## Options 7 8 ``` 9 -h, --help help for tools 10 ``` 11 12 ## Options inherited from parent commands 13 14 ``` 15 -a, --architecture string Architecture for OCI images and Jackal packages 16 --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. 17 -l, --log-level string Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info") 18 --no-color Disable colors in output 19 --no-log-file Disable log file creation 20 --no-progress Disable fancy UI progress bars, spinners, logos, etc 21 --tmpdir string Specify the temporary directory to use for intermediate files 22 --jackal-cache string Specify the location of the Jackal cache directory (default "~/.jackal-cache") 23 ``` 24 25 ## SEE ALSO 26 27 * [jackal](jackal.md) - DevSecOps for Airgap 28 * [jackal tools archiver](jackal_tools_archiver.md) - Compresses/Decompresses generic archives, including Jackal packages 29 * [jackal tools clear-cache](jackal_tools_clear-cache.md) - Clears the configured git and image cache directory 30 * [jackal tools download-init](jackal_tools_download-init.md) - Downloads the init package for the current Jackal version into the specified directory 31 * [jackal tools gen-key](jackal_tools_gen-key.md) - Generates a cosign public/private keypair that can be used to sign packages 32 * [jackal tools gen-pki](jackal_tools_gen-pki.md) - Generates a Certificate Authority and PKI chain of trust for the given host 33 * [jackal tools get-creds](jackal_tools_get-creds.md) - Displays a table of credentials for deployed Jackal services. Pass a service key to get a single credential 34 * [jackal tools helm](jackal_tools_helm.md) - Subset of the Helm CLI included with Jackal to help manage helm charts. 35 * [jackal tools kubectl](jackal_tools_kubectl.md) - Kubectl command. See https://kubernetes.io/docs/reference/kubectl/overview/ for more information. 36 * [jackal tools monitor](jackal_tools_monitor.md) - Launches a terminal UI to monitor the connected cluster using K9s. 37 * [jackal tools registry](jackal_tools_registry.md) - Tools for working with container registries using go-containertools 38 * [jackal tools sbom](jackal_tools_sbom.md) - Generates a Software Bill of Materials (SBOM) for the given package 39 * [jackal tools update-creds](jackal_tools_update-creds.md) - Updates the credentials for deployed Jackal services. Pass a service key to update credentials for a single service 40 * [jackal tools wait-for](jackal_tools_wait-for.md) - Waits for a given Kubernetes resource to be ready 41 * [jackal tools yq](jackal_tools_yq.md) - yq is a lightweight and portable command-line data file processor.