github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_get_hooks.1 (about)

     1  .TH "HELM" "1" "Nov 2016" "Auto generated by spf13/cobra" "" 
     2  .nh
     3  .ad l
     4  
     5  
     6  .SH NAME
     7  .PP
     8  helm\-get\-hooks \- download all hooks for a named release
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm get hooks [flags] RELEASE\_NAME\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command downloads hooks for a given release.
    19  
    20  .PP
    21  Hooks are formatted in YAML and separated by the YAML '\-\-\-\\n' separator.
    22  
    23  
    24  .SH OPTIONS
    25  .PP
    26  \fB\-\-revision\fP=0
    27      get the named release with revision
    28  
    29  
    30  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    31  .PP
    32  \fB\-\-debug\fP[=false]
    33      enable verbose output
    34  
    35  .PP
    36  \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
    37      location of your Helm config. Overrides $HELM\_HOME
    38  
    39  .PP
    40  \fB\-\-host\fP=""
    41      address of tiller. Overrides $HELM\_HOST
    42  
    43  .PP
    44  \fB\-\-kube\-context\fP=""
    45      name of the kubeconfig context to use
    46  
    47  
    48  .SH SEE ALSO
    49  .PP
    50  \fBhelm\-get(1)\fP
    51  
    52  
    53  .SH HISTORY
    54  .PP
    55  1\-Nov\-2016 Auto generated by spf13/cobra