github.com/felipejfc/helm@v2.1.2+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 value 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 "/Users/mattbutcher/Code/helm_home") 36 --host string address of tiller. Overrides $HELM_HOST 37 --kube-context string name of the kubeconfig context to use 38 ``` 39 40 ### SEE ALSO 41 * [helm](helm.md) - The Helm package manager for Kubernetes. 42 * [helm get hooks](helm_get_hooks.md) - download all hooks for a named release 43 * [helm get manifest](helm_get_manifest.md) - download the manifest for a named release 44 * [helm get values](helm_get_values.md) - download the values file for a named release 45 46 ###### Auto generated by spf13/cobra on 1-Nov-2016