github.com/Beeketing/helm@v2.12.1+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 --tls enable TLS for request 30 --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 31 --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") 32 --tls-hostname string the server name used to verify the hostname on the returned certificates from the server 33 --tls-key string path to TLS key file (default "$HELM_HOME/key.pem") 34 --tls-verify enable TLS for request and verify remote 35 ``` 36 37 ### Options inherited from parent commands 38 39 ``` 40 --debug enable verbose output 41 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 42 --host string address of Tiller. Overrides $HELM_HOST 43 --kube-context string name of the kubeconfig context to use 44 --kubeconfig string absolute path to the kubeconfig file to use 45 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 46 --tiller-namespace string namespace of Tiller (default "kube-system") 47 ``` 48 49 ### SEE ALSO 50 51 * [helm](helm.md) - The Helm package manager for Kubernetes. 52 * [helm get hooks](helm_get_hooks.md) - download all hooks for a named release 53 * [helm get manifest](helm_get_manifest.md) - download the manifest for a named release 54 * [helm get notes](helm_get_notes.md) - displays the notes of the named release 55 * [helm get values](helm_get_values.md) - download the values file for a named release 56 57 ###### Auto generated by spf13/cobra on 1-Sep-2018