github.com/amundsenjunior/helm@v2.8.0-rc.1.0.20180119233529-2b92431476e1+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        --kubeconfig string         path to kubeconfig file. Overrides $KUBECONFIG
    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 15-Nov-2017