github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_history.1 (about)

     1  .TH "HELM" "1" "Nov 2016" "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
    33  1           Mon Oct 3 10:15:13 2016     SUPERSEDED      alpine\-0.1.0
    34  2           Mon Oct 3 10:15:13 2016     SUPERSEDED      alpine\-0.1.0
    35  3           Mon Oct 3 10:15:13 2016     SUPERSEDED      alpine\-0.1.0
    36  4           Mon Oct 3 10:15:13 2016     DEPLOYED        alpine\-0.1.0
    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  
    48  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    49  .PP
    50  \fB\-\-debug\fP[=false]
    51      enable verbose output
    52  
    53  .PP
    54  \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
    55      location of your Helm config. Overrides $HELM\_HOME
    56  
    57  .PP
    58  \fB\-\-host\fP=""
    59      address of tiller. Overrides $HELM\_HOST
    60  
    61  .PP
    62  \fB\-\-kube\-context\fP=""
    63      name of the kubeconfig context to use
    64  
    65  
    66  .SH SEE ALSO
    67  .PP
    68  \fBhelm(1)\fP
    69  
    70  
    71  .SH HISTORY
    72  .PP
    73  1\-Nov\-2016 Auto generated by spf13/cobra