github.com/Beeketing/helm@v2.12.1+incompatible/docs/helm/helm_get_hooks.md (about) 1 ## helm get hooks 2 3 download all hooks for a named release 4 5 ### Synopsis 6 7 8 This command downloads hooks for a given release. 9 10 Hooks are formatted in YAML and separated by the YAML '---\n' separator. 11 12 13 ``` 14 helm get hooks [flags] RELEASE_NAME 15 ``` 16 17 ### Options 18 19 ``` 20 -h, --help help for hooks 21 --revision int32 get the named release with revision 22 --tls enable TLS for request 23 --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 24 --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") 25 --tls-hostname string the server name used to verify the hostname on the returned certificates from the server 26 --tls-key string path to TLS key file (default "$HELM_HOME/key.pem") 27 --tls-verify enable TLS for request and verify remote 28 ``` 29 30 ### Options inherited from parent commands 31 32 ``` 33 --debug enable verbose output 34 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 35 --host string address of Tiller. Overrides $HELM_HOST 36 --kube-context string name of the kubeconfig context to use 37 --kubeconfig string absolute path to the kubeconfig file to use 38 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 39 --tiller-namespace string namespace of Tiller (default "kube-system") 40 ``` 41 42 ### SEE ALSO 43 44 * [helm get](helm_get.md) - download a named release 45 46 ###### Auto generated by spf13/cobra on 10-Aug-2018