github.com/valdemarpavesi/helm@v2.9.1+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 -o, --output string prints the output in the specified format (json|table|yaml) (default "table") 34 --tls enable TLS for request 35 --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 36 --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") 37 --tls-key string path to TLS key file (default "$HELM_HOME/key.pem") 38 --tls-verify enable TLS for request and verify remote 39 ``` 40 41 ### Options inherited from parent commands 42 43 ``` 44 --debug enable verbose output 45 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 46 --host string address of Tiller. Overrides $HELM_HOST 47 --kube-context string name of the kubeconfig context to use 48 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 49 --tiller-namespace string namespace of Tiller (default "kube-system") 50 ``` 51 52 ### SEE ALSO 53 * [helm](helm.md) - The Helm package manager for Kubernetes. 54 55 ###### Auto generated by spf13/cobra on 14-Mar-2018