github.com/cloudposse/helm@v2.2.3+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 18 1 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine-0.1.0 19 2 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine-0.1.0 20 3 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine-0.1.0 21 4 Mon Oct 3 10:15:13 2016 DEPLOYED alpine-0.1.0 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 ``` 33 34 ### Options inherited from parent commands 35 36 ``` 37 --debug enable verbose output 38 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 39 --host string address of tiller. Overrides $HELM_HOST 40 --kube-context string name of the kubeconfig context to use 41 --tiller-namespace string namespace of tiller (default "kube-system") 42 ``` 43 44 ### SEE ALSO 45 * [helm](helm.md) - The Helm package manager for Kubernetes. 46 47 ###### Auto generated by spf13/cobra on 15-Jan-2017