github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_get_values.1 (about)

     1  .TH "HELM" "1" "Nov 2016" "Auto generated by spf13/cobra" "" 
     2  .nh
     3  .ad l
     4  
     5  
     6  .SH NAME
     7  .PP
     8  helm\-get\-values \- download the values file for a named release
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm get values [flags] RELEASE\_NAME\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command downloads a values file for a given release.
    19  
    20  
    21  .SH OPTIONS
    22  .PP
    23  \fB\-a\fP, \fB\-\-all\fP[=false]
    24      dump all (computed) values
    25  
    26  .PP
    27  \fB\-\-revision\fP=0
    28      get the named release with revision
    29  
    30  
    31  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    32  .PP
    33  \fB\-\-debug\fP[=false]
    34      enable verbose output
    35  
    36  .PP
    37  \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
    38      location of your Helm config. Overrides $HELM\_HOME
    39  
    40  .PP
    41  \fB\-\-host\fP=""
    42      address of tiller. Overrides $HELM\_HOST
    43  
    44  .PP
    45  \fB\-\-kube\-context\fP=""
    46      name of the kubeconfig context to use
    47  
    48  
    49  .SH SEE ALSO
    50  .PP
    51  \fBhelm\-get(1)\fP
    52  
    53  
    54  .SH HISTORY
    55  .PP
    56  1\-Nov\-2016 Auto generated by spf13/cobra