github.com/cloudposse/helm@v2.2.3+incompatible/docs/man/man1/helm_get.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\-get \- download a named release
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm get [flags] RELEASE\_NAME\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command shows the details of a named release.
    19  
    20  .PP
    21  It can be used to get extended information about the release, including:
    22  .IP \(bu 2
    23  The values used to generate the release
    24  .IP \(bu 2
    25  The chart used to generate the release
    26  .IP \(bu 2
    27  The generated manifest file
    28  
    29  .PP
    30  By default, this prints a human readable collection of information about the
    31  chart, the supplied values, and the generated manifest file.
    32  
    33  
    34  .SH OPTIONS
    35  .PP
    36  \fB\-\-revision\fP=0
    37      get the named release with revision
    38  
    39  
    40  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    41  .PP
    42  \fB\-\-debug\fP[=false]
    43      enable verbose output
    44  
    45  .PP
    46  \fB\-\-home\fP="~/.helm"
    47      location of your Helm config. Overrides $HELM\_HOME
    48  
    49  .PP
    50  \fB\-\-host\fP=""
    51      address of tiller. Overrides $HELM\_HOST
    52  
    53  .PP
    54  \fB\-\-kube\-context\fP=""
    55      name of the kubeconfig context to use
    56  
    57  .PP
    58  \fB\-\-tiller\-namespace\fP="kube\-system"
    59      namespace of tiller
    60  
    61  
    62  .SH SEE ALSO
    63  .PP
    64  \fBhelm(1)\fP, \fBhelm\-get\-hooks(1)\fP, \fBhelm\-get\-manifest(1)\fP, \fBhelm\-get\-values(1)\fP
    65  
    66  
    67  .SH HISTORY
    68  .PP
    69  15\-Jan\-2017 Auto generated by spf13/cobra