github.com/cloudposse/helm@v2.2.3+incompatible/docs/helm/helm_status.md (about)

     1  ## helm status
     2  
     3  displays the status of the named release
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command shows the status of a named release.
    10  The status consists of:
    11  - last deployment time
    12  - k8s namespace in which the release lives
    13  - state of the release (can be: UNKNOWN, DEPLOYED, DELETED, SUPERSEDED, FAILED or DELETING)
    14  - list of resources that this release consists of, sorted by kind
    15  - additional notes provided by the chart
    16  
    17  
    18  ```
    19  helm status [flags] RELEASE_NAME
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25        --revision int32   if set, display the status of the named release with revision
    26  ```
    27  
    28  ### Options inherited from parent commands
    29  
    30  ```
    31        --debug                     enable verbose output
    32        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    33        --host string               address of tiller. Overrides $HELM_HOST
    34        --kube-context string       name of the kubeconfig context to use
    35        --tiller-namespace string   namespace of tiller (default "kube-system")
    36  ```
    37  
    38  ### SEE ALSO
    39  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    40  
    41  ###### Auto generated by spf13/cobra on 15-Jan-2017