github.com/migueleliasweb/helm@v2.6.1+incompatible/docs/helm/helm_completion.md (about) 1 ## helm completion 2 3 Generate autocompletions script for the specified shell (bash or zsh) 4 5 ### Synopsis 6 7 8 9 Generate autocompletions script for Helm for the specified shell (bash or zsh). 10 11 This command can generate shell autocompletions. e.g. 12 13 $ helm completion bash 14 15 Can be sourced as such 16 17 $ source <(helm completion bash) 18 19 20 ``` 21 helm completion SHELL 22 ``` 23 24 ### Options inherited from parent commands 25 26 ``` 27 --debug enable verbose output 28 --home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm") 29 --host string address of Tiller. Overrides $HELM_HOST 30 --kube-context string name of the kubeconfig context to use 31 --tiller-namespace string namespace of Tiller (default "kube-system") 32 ``` 33 34 ### SEE ALSO 35 * [helm](helm.md) - The Helm package manager for Kubernetes. 36 37 ###### Auto generated by spf13/cobra on 23-Jun-2017