github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_history.1 (about) 1 .TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-history \- fetch release history 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm history [flags] RELEASE\_NAME\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 History prints historical revisions for a given release. 19 20 .PP 21 A default maximum of 256 revisions will be returned. Setting '\-\-max' 22 configures the maximum length of the revision list returned. 23 24 .PP 25 The historical release set is printed as a formatted table, e.g: 26 27 .PP 28 .RS 29 30 .nf 31 $ helm history angry\-bird \-\-max=4 32 REVISION UPDATED STATUS CHART DESCRIPTION 33 1 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine\-0.1.0 Initial install 34 2 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine\-0.1.0 Upgraded successfully 35 3 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine\-0.1.0 Rolled back to 2 36 4 Mon Oct 3 10:15:13 2016 DEPLOYED alpine\-0.1.0 Upgraded successfully 37 38 .fi 39 .RE 40 41 42 .SH OPTIONS 43 .PP 44 \fB\-\-max\fP=256 45 maximum number of revision to include in history 46 47 .PP 48 \fB\-\-tls\fP[=false] 49 enable TLS for request 50 51 .PP 52 \fB\-\-tls\-ca\-cert\fP="$HELM\_HOME/ca.pem" 53 path to TLS CA certificate file 54 55 .PP 56 \fB\-\-tls\-cert\fP="$HELM\_HOME/cert.pem" 57 path to TLS certificate file 58 59 .PP 60 \fB\-\-tls\-key\fP="$HELM\_HOME/key.pem" 61 path to TLS key file 62 63 .PP 64 \fB\-\-tls\-verify\fP[=false] 65 enable TLS for request and verify remote 66 67 68 .SH OPTIONS INHERITED FROM PARENT COMMANDS 69 .PP 70 \fB\-\-debug\fP[=false] 71 enable verbose output 72 73 .PP 74 \fB\-\-home\fP="~/.helm" 75 location of your Helm config. Overrides $HELM\_HOME 76 77 .PP 78 \fB\-\-host\fP="localhost:44134" 79 address of tiller. Overrides $HELM\_HOST 80 81 .PP 82 \fB\-\-kube\-context\fP="" 83 name of the kubeconfig context to use 84 85 .PP 86 \fB\-\-tiller\-namespace\fP="kube\-system" 87 namespace of tiller 88 89 90 .SH SEE ALSO 91 .PP 92 \fBhelm(1)\fP 93 94 95 .SH HISTORY 96 .PP 97 19\-May\-2017 Auto generated by spf13/cobra