github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_fetch.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\-fetch \- download a chart from a repository and (optionally) unpack it in local directory
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm fetch [flags] [chart URL | repo/chartname] [...]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  Retrieve a package from a package repository, and download it locally.
    19  
    20  .PP
    21  This is useful for fetching packages to inspect, modify, or repackage. It can
    22  also be used to perform cryptographic verification of a chart without installing
    23  the chart.
    24  
    25  .PP
    26  There are options for unpacking the chart after download. This will create a
    27  directory for the chart and uncomparess into that directory.
    28  
    29  .PP
    30  If the \-\-verify flag is specified, the requested chart MUST have a provenance
    31  file, and MUST pass the verification process. Failure in any part of this will
    32  result in an error, and the chart will not be saved locally.
    33  
    34  
    35  .SH OPTIONS
    36  .PP
    37  \fB\-d\fP, \fB\-\-destination\fP="."
    38      location to write the chart. If this and tardir are specified, tardir is appended to this
    39  
    40  .PP
    41  \fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
    42      keyring containing public keys
    43  
    44  .PP
    45  \fB\-\-untar\fP[=false]
    46      if set to true, will untar the chart after downloading it
    47  
    48  .PP
    49  \fB\-\-untardir\fP="."
    50      if untar is specified, this flag specifies the name of the directory into which the chart is expanded
    51  
    52  .PP
    53  \fB\-\-verify\fP[=false]
    54      verify the package against its signature
    55  
    56  .PP
    57  \fB\-\-version\fP=""
    58      specific version of a chart. Without this, the latest version is fetched
    59  
    60  
    61  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    62  .PP
    63  \fB\-\-debug\fP[=false]
    64      enable verbose output
    65  
    66  .PP
    67  \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
    68      location of your Helm config. Overrides $HELM\_HOME
    69  
    70  .PP
    71  \fB\-\-host\fP=""
    72      address of tiller. Overrides $HELM\_HOST
    73  
    74  .PP
    75  \fB\-\-kube\-context\fP=""
    76      name of the kubeconfig context to use
    77  
    78  
    79  .SH SEE ALSO
    80  .PP
    81  \fBhelm(1)\fP
    82  
    83  
    84  .SH HISTORY
    85  .PP
    86  1\-Nov\-2016 Auto generated by spf13/cobra