github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+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  - details on last test suite run, if applicable
    16  - additional notes provided by the chart
    17  
    18  
    19  ```
    20  helm status [flags] RELEASE_NAME
    21  ```
    22  
    23  ### Options
    24  
    25  ```
    26        --revision int32   if set, display the status of the named release with revision
    27  ```
    28  
    29  ### Options inherited from parent commands
    30  
    31  ```
    32        --debug                     enable verbose output
    33        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    34        --host string               address of tiller. Overrides $HELM_HOST
    35        --kube-context string       name of the kubeconfig context to use
    36        --tiller-namespace string   namespace of tiller (default "kube-system")
    37  ```
    38  
    39  ### SEE ALSO
    40  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    41  
    42  ###### Auto generated by spf13/cobra on 11-Mar-2017