github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_completion.1 (about) 1 .TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-completion \- Generate autocompletions script for the specified shell (bash or zsh) 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm completion SHELL\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 Generate autocompletions script for Helm for the specified shell (bash or zsh). 19 20 .PP 21 This command can generate shell autocompletions. e.g. 22 23 .PP 24 .RS 25 26 .nf 27 $ helm completion bash 28 29 .fi 30 .RE 31 32 .PP 33 Can be sourced as such 34 35 .PP 36 .RS 37 38 .nf 39 $ source <(helm completion bash) 40 41 .fi 42 .RE 43 44 45 .SH OPTIONS INHERITED FROM PARENT COMMANDS 46 .PP 47 \fB\-\-debug\fP[=false] 48 enable verbose output 49 50 .PP 51 \fB\-\-home\fP="~/.helm" 52 location of your Helm config. Overrides $HELM\_HOME 53 54 .PP 55 \fB\-\-host\fP="localhost:44134" 56 address of tiller. Overrides $HELM\_HOST 57 58 .PP 59 \fB\-\-kube\-context\fP="" 60 name of the kubeconfig context to use 61 62 .PP 63 \fB\-\-tiller\-namespace\fP="kube\-system" 64 namespace of tiller 65 66 67 .SH SEE ALSO 68 .PP 69 \fBhelm(1)\fP 70 71 72 .SH HISTORY 73 .PP 74 19\-May\-2017 Auto generated by spf13/cobra