github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_completion.md (about) 1 # jackal completion 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Generate the autocompletion script for the specified shell 5 6 ## Synopsis 7 8 Generate the autocompletion script for jackal for the specified shell. 9 See each sub-command's help for details on how to use the generated script. 10 11 12 ## Options 13 14 ``` 15 -h, --help help for completion 16 ``` 17 18 ## Options inherited from parent commands 19 20 ``` 21 -a, --architecture string Architecture for OCI images and Jackal packages 22 --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. 23 -l, --log-level string Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info") 24 --no-color Disable colors in output 25 --no-log-file Disable log file creation 26 --no-progress Disable fancy UI progress bars, spinners, logos, etc 27 --tmpdir string Specify the temporary directory to use for intermediate files 28 --jackal-cache string Specify the location of the Jackal cache directory (default "~/.jackal-cache") 29 ``` 30 31 ## SEE ALSO 32 33 * [jackal](jackal.md) - DevSecOps for Airgap 34 * [jackal completion bash](jackal_completion_bash.md) - Generate the autocompletion script for bash 35 * [jackal completion fish](jackal_completion_fish.md) - Generate the autocompletion script for fish 36 * [jackal completion powershell](jackal_completion_powershell.md) - Generate the autocompletion script for powershell 37 * [jackal completion zsh](jackal_completion_zsh.md) - Generate the autocompletion script for zsh