github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+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 "~/.helm") 29 --host string address of Tiller. Overrides $HELM_HOST 30 --kube-context string name of the kubeconfig context to use 31 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 32 --tiller-namespace string namespace of Tiller (default "kube-system") 33 ``` 34 35 ### SEE ALSO 36 * [helm](helm.md) - The Helm package manager for Kubernetes. 37 38 ###### Auto generated by spf13/cobra on 7-Nov-2017