github.com/cloudposse/helm@v2.2.3+incompatible/docs/helm/helm_get.md (about) 1 ## helm get 2 3 download a named release 4 5 ### Synopsis 6 7 8 9 This command shows the details of a named release. 10 11 It can be used to get extended information about the release, including: 12 13 - The values used to generate the release 14 - The chart used to generate the release 15 - The generated manifest file 16 17 By default, this prints a human readable collection of information about the 18 chart, the supplied values, and the generated manifest file. 19 20 21 ``` 22 helm get [flags] RELEASE_NAME 23 ``` 24 25 ### Options 26 27 ``` 28 --revision int32 get the named release with revision 29 ``` 30 31 ### Options inherited from parent commands 32 33 ``` 34 --debug enable verbose output 35 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 36 --host string address of tiller. Overrides $HELM_HOST 37 --kube-context string name of the kubeconfig context to use 38 --tiller-namespace string namespace of tiller (default "kube-system") 39 ``` 40 41 ### SEE ALSO 42 * [helm](helm.md) - The Helm package manager for Kubernetes. 43 * [helm get hooks](helm_get_hooks.md) - download all hooks for a named release 44 * [helm get manifest](helm_get_manifest.md) - download the manifest for a named release 45 * [helm get values](helm_get_values.md) - download the values file for a named release 46 47 ###### Auto generated by spf13/cobra on 15-Jan-2017