Difference between revisions of "Autocompletion (Bash)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-autocomplete source <(kubectl completion bash) # setup autocomplete in bash into the current shell, ba...")
Tags: Mobile web edit, Mobile edit
 
m (Welcome moved page Autocompletion to Autocompletion (Bash))
Tags: Mobile web edit, Mobile edit
(No difference)

Revision as of 15:57, 26 January 2020


https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-autocomplete

source <(kubectl completion bash) # setup autocomplete in bash into the current shell, bash-completion package should be installed first.
echo "source <(kubectl completion bash)" >> ~/.bashrc # add autocomplete permanently to your bash shell.


See also

Advertising: