github.com/felipejfc/helm@v2.1.2+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  
    11  
    12  ```
    13  helm status [flags] RELEASE_NAME
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19        --revision value   if set, display the status of the named release with revision
    20  ```
    21  
    22  ### Options inherited from parent commands
    23  
    24  ```
    25        --debug                 enable verbose output
    26        --home string           location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
    27        --host string           address of tiller. Overrides $HELM_HOST
    28        --kube-context string   name of the kubeconfig context to use
    29  ```
    30  
    31  ### SEE ALSO
    32  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    33  
    34  ###### Auto generated by spf13/cobra on 1-Nov-2016