Difference between revisions of "Autocompletion (Bash)"

From wikieduonline
Jump to navigation Jump to search
m (Welcome moved page Autocompletion to Autocompletion (Bash))
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 3: Line 3:
  
 
https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-autocomplete
 
https://kubernetes.io/docs/reference/kubectl/cheatsheet/#kubectl-autocomplete
  source <([[kubect]]l completion bash) # setup autocomplete in bash into the current shell, bash-completion package should be installed first.
+
  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.
 
  echo "source <(kubectl completion bash)" >> ~/.bashrc # add autocomplete permanently to your bash shell.
  

Revision as of 15:58, 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: