github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+incompatible/docs/man/man1/helm_status.1 (about) 1 .TH "HELM" "1" "Mar 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 34 .SH OPTIONS INHERITED FROM PARENT COMMANDS 35 .PP 36 \fB\-\-debug\fP[=false] 37 enable verbose output 38 39 .PP 40 \fB\-\-home\fP="~/.helm" 41 location of your Helm config. Overrides $HELM\_HOME 42 43 .PP 44 \fB\-\-host\fP="" 45 address of tiller. Overrides $HELM\_HOST 46 47 .PP 48 \fB\-\-kube\-context\fP="" 49 name of the kubeconfig context to use 50 51 .PP 52 \fB\-\-tiller\-namespace\fP="kube\-system" 53 namespace of tiller 54 55 56 .SH SEE ALSO 57 .PP 58 \fBhelm(1)\fP 59 60 61 .SH HISTORY 62 .PP 63 11\-Mar\-2017 Auto generated by spf13/cobra