github.com/cilium/cilium@v1.16.2/Documentation/cmdref/cilium-operator_completion_bash.md (about) 1 <!-- This file was autogenerated via cilium-operator --cmdref, do not edit manually--> 2 3 ## cilium-operator completion bash 4 5 Generate the autocompletion script for bash 6 7 ### Synopsis 8 9 Generate the autocompletion script for the bash shell. 10 11 This script depends on the 'bash-completion' package. 12 If it is not installed already, you can install it via your OS's package manager. 13 14 To load completions in your current shell session: 15 16 source <(cilium-operator completion bash) 17 18 To load completions for every new session, execute once: 19 20 #### Linux: 21 22 cilium-operator completion bash > /etc/bash_completion.d/cilium-operator 23 24 #### macOS: 25 26 cilium-operator completion bash > $(brew --prefix)/etc/bash_completion.d/cilium-operator 27 28 You will need to start a new shell for this setup to take effect. 29 30 31 ``` 32 cilium-operator completion bash 33 ``` 34 35 ### Options 36 37 ``` 38 -h, --help help for bash 39 --no-descriptions disable completion descriptions 40 ``` 41 42 ### SEE ALSO 43 44 * [cilium-operator completion](cilium-operator_completion.md) - Generate the autocompletion script for the specified shell 45