github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_get.md (about) 1 ## helm get 2 3 Download a named release 4 5 ### Synopsis 6 7 8 This command shows the details of a named release. 9 10 It can be used to get extended information about the release, including: 11 12 - The values used to generate the release 13 - The chart used to generate the release 14 - The generated manifest file 15 16 By default, this prints a human readable collection of information about the 17 chart, the supplied values, and the generated manifest file. 18 19 20 ``` 21 helm get [flags] RELEASE_NAME 22 ``` 23 24 ### Options 25 26 ``` 27 -h, --help help for get 28 --revision int32 Get the named release with revision 29 --template string Go template for formatting the output, eg: {{.Release.Name}} 30 --tls Enable TLS for request 31 --tls-ca-cert string Path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 32 --tls-cert string Path to TLS certificate file (default "$HELM_HOME/cert.pem") 33 --tls-hostname string The server name used to verify the hostname on the returned certificates from the server 34 --tls-key string Path to TLS key file (default "$HELM_HOME/key.pem") 35 --tls-verify Enable TLS for request and verify remote 36 ``` 37 38 ### Options inherited from parent commands 39 40 ``` 41 --debug Enable verbose output 42 --home string Location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 43 --host string Address of Tiller. Overrides $HELM_HOST 44 --kube-context string Name of the kubeconfig context to use 45 --kubeconfig string Absolute path of the kubeconfig file to be used 46 --tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300) 47 --tiller-namespace string Namespace of Tiller (default "kube-system") 48 ``` 49 50 ### SEE ALSO 51 52 * [helm](helm.md) - The Helm package manager for Kubernetes. 53 * [helm get hooks](helm_get_hooks.md) - Download all hooks for a named release 54 * [helm get manifest](helm_get_manifest.md) - Download the manifest for a named release 55 * [helm get notes](helm_get_notes.md) - Displays the notes of the named release 56 * [helm get values](helm_get_values.md) - Download the values file for a named release 57 58 ###### Auto generated by spf13/cobra on 16-May-2019