mirror of https://github.com/helm/helm
47 lines
1.3 KiB
47 lines
1.3 KiB
## helm history
|
|
|
|
fetch release history
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
History prints historical revisions for a given release.
|
|
|
|
A default maximum of 256 revisions will be returned. Setting '--max'
|
|
configures the maximum length of the revision list returned.
|
|
|
|
The historical release set is printed as a formatted table, e.g.:
|
|
|
|
$ helm history angry-bird --max=4
|
|
REVISION UPDATED STATUS CHART
|
|
1 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine-0.1.0
|
|
2 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine-0.1.0
|
|
3 Mon Oct 3 10:15:13 2016 SUPERSEDED alpine-0.1.0
|
|
4 Mon Oct 3 10:15:13 2016 DEPLOYED alpine-0.1.0
|
|
|
|
|
|
```
|
|
helm history [flags] RELEASE_NAME
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--max value maximum number of revision to include in history (default 256)
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--debug enable verbose output
|
|
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
|
|
--host string address of tiller. Overrides $HELM_HOST
|
|
--kube-context string name of the kubeconfig context to use
|
|
```
|
|
|
|
### SEE ALSO
|
|
* [helm](helm.md) - The Helm package manager for Kubernetes.
|
|
|
|
###### Auto generated by spf13/cobra on 1-Nov-2016
|