github.com/amundsenjunior/helm@v2.8.0-rc.1.0.20180119233529-2b92431476e1+incompatible/docs/helm/helm_history.md (about)

     1  ## helm history
     2  
     3  fetch release history
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  History prints historical revisions for a given release.
    10  
    11  A default maximum of 256 revisions will be returned. Setting '--max'
    12  configures the maximum length of the revision list returned.
    13  
    14  The historical release set is printed as a formatted table, e.g:
    15  
    16      $ helm history angry-bird --max=4
    17      REVISION   UPDATED                      STATUS           CHART        DESCRIPTION
    18      1           Mon Oct 3 10:15:13 2016     SUPERSEDED      alpine-0.1.0  Initial install
    19      2           Mon Oct 3 10:15:13 2016     SUPERSEDED      alpine-0.1.0  Upgraded successfully
    20      3           Mon Oct 3 10:15:13 2016     SUPERSEDED      alpine-0.1.0  Rolled back to 2
    21      4           Mon Oct 3 10:15:13 2016     DEPLOYED        alpine-0.1.0  Upgraded successfully
    22  
    23  
    24  ```
    25  helm history [flags] RELEASE_NAME
    26  ```
    27  
    28  ### Options
    29  
    30  ```
    31        --col-width uint       specifies the max column width of output (default 60)
    32        --max int32            maximum number of revision to include in history (default 256)
    33        --tls                  enable TLS for request
    34        --tls-ca-cert string   path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
    35        --tls-cert string      path to TLS certificate file (default "$HELM_HOME/cert.pem")
    36        --tls-key string       path to TLS key file (default "$HELM_HOME/key.pem")
    37        --tls-verify           enable TLS for request and verify remote
    38  ```
    39  
    40  ### Options inherited from parent commands
    41  
    42  ```
    43        --debug                     enable verbose output
    44        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    45        --host string               address of Tiller. Overrides $HELM_HOST
    46        --kube-context string       name of the kubeconfig context to use
    47        --kubeconfig string         path to kubeconfig file. Overrides $KUBECONFIG
    48        --tiller-namespace string   namespace of Tiller (default "kube-system")
    49  ```
    50  
    51  ### SEE ALSO
    52  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    53  
    54  ###### Auto generated by spf13/cobra on 10-Jan-2018