.TH "HELM" "1" "Jan 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
1           Mon Oct 3 10:15:13 2016     SUPERSEDED      alpine\-0.1.0
2           Mon Oct 3 10:15:13 2016     SUPERSEDED      alpine\-0.1.0
3           Mon Oct 3 10:15:13 2016     SUPERSEDED      alpine\-0.1.0
4           Mon Oct 3 10:15:13 2016     DEPLOYED        alpine\-0.1.0

.fi
.RE


.SH OPTIONS
.PP
\fB\-\-max\fP=256
    maximum number of revision to include in history


.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
15\-Jan\-2017 Auto generated by spf13/cobra