github.com/cloudposse/helm@v2.2.3+incompatible/docs/helm/helm_completion.md (about) 1 ## helm completion 2 3 Generate bash autocompletions script 4 5 ### Synopsis 6 7 8 9 Generate bash autocompletions script for Helm. 10 11 This command can generate shell autocompletions. 12 13 $ helm completion 14 15 Can be sourced as such 16 17 $ source <(helm completion) 18 19 20 ``` 21 helm completion 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 --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 15-Jan-2017