github.com/migueleliasweb/helm@v2.6.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  
     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  ```
    23  
    24  ### Options inherited from parent commands
    25  
    26  ```
    27        --debug                     enable verbose output
    28        --home string               location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
    29        --host string               address of Tiller. Overrides $HELM_HOST
    30        --kube-context string       name of the kubeconfig context to use
    31        --tiller-namespace string   namespace of Tiller (default "kube-system")
    32  ```
    33  
    34  ### SEE ALSO
    35  * [helm get](helm_get.md)	 - download a named release
    36  
    37  ###### Auto generated by spf13/cobra on 23-Jun-2017