github.com/felipejfc/helm@v2.1.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 value   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 "/Users/mattbutcher/Code/helm_home")
    29        --host string           address of tiller. Overrides $HELM_HOST
    30        --kube-context string   name of the kubeconfig context to use
    31  ```
    32  
    33  ### SEE ALSO
    34  * [helm get](helm_get.md)	 - download a named release
    35  
    36  ###### Auto generated by spf13/cobra on 1-Nov-2016