github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_status.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\-status \- displays the status of the named release
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm status [flags] RELEASE\_NAME\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command shows the status of a named release.
    19  The status consists of:
    20  \- last deployment time
    21  \- k8s namespace in which the release lives
    22  \- state of the release (can be: UNKNOWN, DEPLOYED, DELETED, SUPERSEDED, FAILED or DELETING)
    23  \- list of resources that this release consists of, sorted by kind
    24  \- details on last test suite run, if applicable
    25  \- additional notes provided by the chart
    26  
    27  
    28  .SH OPTIONS
    29  .PP
    30  \fB\-\-revision\fP=0
    31      if set, display the status of the named release with revision
    32  
    33  .PP
    34  \fB\-\-tls\fP[=false]
    35      enable TLS for request
    36  
    37  .PP
    38  \fB\-\-tls\-ca\-cert\fP="$HELM\_HOME/ca.pem"
    39      path to TLS CA certificate file
    40  
    41  .PP
    42  \fB\-\-tls\-cert\fP="$HELM\_HOME/cert.pem"
    43      path to TLS certificate file
    44  
    45  .PP
    46  \fB\-\-tls\-key\fP="$HELM\_HOME/key.pem"
    47      path to TLS key file
    48  
    49  .PP
    50  \fB\-\-tls\-verify\fP[=false]
    51      enable TLS for request and verify remote
    52  
    53  
    54  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    55  .PP
    56  \fB\-\-debug\fP[=false]
    57      enable verbose output
    58  
    59  .PP
    60  \fB\-\-home\fP="~/.helm"
    61      location of your Helm config. Overrides $HELM\_HOME
    62  
    63  .PP
    64  \fB\-\-host\fP="localhost:44134"
    65      address of tiller. Overrides $HELM\_HOST
    66  
    67  .PP
    68  \fB\-\-kube\-context\fP=""
    69      name of the kubeconfig context to use
    70  
    71  .PP
    72  \fB\-\-tiller\-namespace\fP="kube\-system"
    73      namespace of tiller
    74  
    75  
    76  .SH SEE ALSO
    77  .PP
    78  \fBhelm(1)\fP
    79  
    80  
    81  .SH HISTORY
    82  .PP
    83  19\-May\-2017 Auto generated by spf13/cobra