|
|
|
.TH "HELM" "1" "Apr 2017" "Auto generated by spf13/cobra" ""
|
|
|
|
.nh
|
|
|
|
.ad l
|
|
|
|
|
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
.PP
|
|
|
|
helm\-history \- fetch release history
|
|
|
|
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.PP
|
|
|
|
\fBhelm history [flags] RELEASE\_NAME\fP
|
|
|
|
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
|
|
|
History prints historical revisions for a given release.
|
|
|
|
|
|
|
|
.PP
|
|
|
|
A default maximum of 256 revisions will be returned. Setting '\-\-max'
|
|
|
|
configures the maximum length of the revision list returned.
|
|
|
|
|
|
|
|
.PP
|
|
|
|
The historical release set is printed as a formatted table, e.g:
|
|
|
|
|
|
|
|
.PP
|
|
|
|
.RS
|
|
|
|
|
|
|
|
.nf
|
|
|
|
$ helm history angry\-bird \-\-max=4
|
|
|
|
REVISION UPDATED STATUS CHART DESCRIPTION
|
|
|
|
1 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine\-0.1.0 Initial install
|
|
|
|
2 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine\-0.1.0 Upgraded successfully
|
|
|
|
3 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine\-0.1.0 Rolled back to 2
|
|
|
|
4 Mon Oct 3 10:15:13 2016 DEPLOYED alpine\-0.1.0 Upgraded successfully
|
|
|
|
|
|
|
|
.fi
|
|
|
|
.RE
|
|
|
|
|
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
.PP
|
|
|
|
\fB\-\-max\fP=256
|
|
|
|
maximum number of revision to include in history
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fB\-\-tls\fP[=false]
|
|
|
|
enable TLS for request
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fB\-\-tls\-ca\-cert\fP="$HELM\_HOME/ca.pem"
|
|
|
|
path to TLS CA certificate file
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fB\-\-tls\-cert\fP="$HELM\_HOME/cert.pem"
|
|
|
|
path to TLS certificate file
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fB\-\-tls\-key\fP="$HELM\_HOME/key.pem"
|
|
|
|
path to TLS key file
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fB\-\-tls\-verify\fP[=false]
|
|
|
|
enable TLS for request and verify remote
|
|
|
|
|
|
|
|
|
|
|
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
|
|
|
.PP
|
|
|
|
\fB\-\-debug\fP[=false]
|
|
|
|
enable verbose output
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fB\-\-home\fP="~/.helm"
|
|
|
|
location of your Helm config. Overrides $HELM\_HOME
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fB\-\-host\fP=""
|
|
|
|
address of tiller. Overrides $HELM\_HOST
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fB\-\-kube\-context\fP=""
|
|
|
|
name of the kubeconfig context to use
|
|
|
|
|
|
|
|
.PP
|
|
|
|
\fB\-\-tiller\-namespace\fP="kube\-system"
|
|
|
|
namespace of tiller
|
|
|
|
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.PP
|
|
|
|
\fBhelm(1)\fP
|
|
|
|
|
|
|
|
|
|
|
|
.SH HISTORY
|
|
|
|
.PP
|
|
|
|
16\-Apr\-2017 Auto generated by spf13/cobra
|