github.com/cloudposse/helm@v2.2.3+incompatible/docs/man/man1/helm_completion.1 (about)

     1  .TH "HELM" "1" "Jan 2017" "Auto generated by spf13/cobra" "" 
     2  .nh
     3  .ad l
     4  
     5  
     6  .SH NAME
     7  .PP
     8  helm\-completion \- Generate bash autocompletions script
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm completion\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  Generate bash autocompletions script for Helm.
    19  
    20  .PP
    21  This command can generate shell autocompletions.
    22  
    23  .PP
    24  .RS
    25  
    26  .nf
    27  $ helm completion
    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)
    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=""
    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  15\-Jan\-2017 Auto generated by spf13/cobra