github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_get.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\-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  .PP
    40  \fB\-\-tls\fP[=false]
    41      enable TLS for request
    42  
    43  .PP
    44  \fB\-\-tls\-ca\-cert\fP="$HELM\_HOME/ca.pem"
    45      path to TLS CA certificate file
    46  
    47  .PP
    48  \fB\-\-tls\-cert\fP="$HELM\_HOME/cert.pem"
    49      path to TLS certificate file
    50  
    51  .PP
    52  \fB\-\-tls\-key\fP="$HELM\_HOME/key.pem"
    53      path to TLS key file
    54  
    55  .PP
    56  \fB\-\-tls\-verify\fP[=false]
    57      enable TLS for request and verify remote
    58  
    59  
    60  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    61  .PP
    62  \fB\-\-debug\fP[=false]
    63      enable verbose output
    64  
    65  .PP
    66  \fB\-\-home\fP="~/.helm"
    67      location of your Helm config. Overrides $HELM\_HOME
    68  
    69  .PP
    70  \fB\-\-host\fP="localhost:44134"
    71      address of tiller. Overrides $HELM\_HOST
    72  
    73  .PP
    74  \fB\-\-kube\-context\fP=""
    75      name of the kubeconfig context to use
    76  
    77  .PP
    78  \fB\-\-tiller\-namespace\fP="kube\-system"
    79      namespace of tiller
    80  
    81  
    82  .SH SEE ALSO
    83  .PP
    84  \fBhelm(1)\fP, \fBhelm\-get\-hooks(1)\fP, \fBhelm\-get\-manifest(1)\fP, \fBhelm\-get\-values(1)\fP
    85  
    86  
    87  .SH HISTORY
    88  .PP
    89  19\-May\-2017 Auto generated by spf13/cobra