github.com/cloudposse/helm@v2.2.3+incompatible/docs/man/man1/helm_status.1 (about) 1 .TH "HELM" "1" "Jan 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 \- additional notes provided by the chart 25 26 27 .SH OPTIONS 28 .PP 29 \fB\-\-revision\fP=0 30 if set, display the status of the named release with revision 31 32 33 .SH OPTIONS INHERITED FROM PARENT COMMANDS 34 .PP 35 \fB\-\-debug\fP[=false] 36 enable verbose output 37 38 .PP 39 \fB\-\-home\fP="~/.helm" 40 location of your Helm config. Overrides $HELM\_HOME 41 42 .PP 43 \fB\-\-host\fP="" 44 address of tiller. Overrides $HELM\_HOST 45 46 .PP 47 \fB\-\-kube\-context\fP="" 48 name of the kubeconfig context to use 49 50 .PP 51 \fB\-\-tiller\-namespace\fP="kube\-system" 52 namespace of tiller 53 54 55 .SH SEE ALSO 56 .PP 57 \fBhelm(1)\fP 58 59 60 .SH HISTORY 61 .PP 62 15\-Jan\-2017 Auto generated by spf13/cobra