github.com/vtuson/helm@v2.8.2+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  
     9  This command downloads hooks for a given release.
    10  
    11  Hooks are formatted in YAML and separated by the YAML '---\n' separator.
    12  
    13  
    14  ```
    15  helm get hooks [flags] RELEASE_NAME
    16  ```
    17  
    18  ### Options
    19  
    20  ```
    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-key string       path to TLS key file (default "$HELM_HOME/key.pem")
    26        --tls-verify           enable TLS for request and verify remote
    27  ```
    28  
    29  ### Options inherited from parent commands
    30  
    31  ```
    32        --debug                           enable verbose output
    33        --home string                     location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    34        --host string                     address of Tiller. Overrides $HELM_HOST
    35        --kube-context string             name of the kubeconfig context to use
    36        --tiller-connection-timeout int   the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
    37        --tiller-namespace string         namespace of Tiller (default "kube-system")
    38  ```
    39  
    40  ### SEE ALSO
    41  * [helm get](helm_get.md)	 - download a named release
    42  
    43  ###### Auto generated by spf13/cobra on 8-Mar-2018