github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+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        --max int32            maximum number of revision to include in history (default 256)
    32        --tls                  enable TLS for request
    33        --tls-ca-cert string   path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
    34        --tls-cert string      path to TLS certificate file (default "$HELM_HOME/cert.pem")
    35        --tls-key string       path to TLS key file (default "$HELM_HOME/key.pem")
    36        --tls-verify           enable TLS for request and verify remote
    37  ```
    38  
    39  ### Options inherited from parent commands
    40  
    41  ```
    42        --debug                     enable verbose output
    43        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    44        --host string               address of Tiller. Overrides $HELM_HOST
    45        --kube-context string       name of the kubeconfig context to use
    46        --kubeconfig string         path to kubeconfig file. Overrides $KUBECONFIG
    47        --tiller-namespace string   namespace of Tiller (default "kube-system")
    48  ```
    49  
    50  ### SEE ALSO
    51  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    52  
    53  ###### Auto generated by spf13/cobra on 7-Nov-2017