github.com/cloudposse/helm@v2.2.3+incompatible/docs/man/man1/helm_fetch.1 (about)

     1  .TH "HELM" "1" "Jan 2017" "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="~/.gnupg/pubring.gpg"
    42      keyring containing public keys
    43  
    44  .PP
    45  \fB\-\-prov\fP[=false]
    46      fetch the provenance file, but don't perform verification
    47  
    48  .PP
    49  \fB\-\-untar\fP[=false]
    50      if set to true, will untar the chart after downloading it
    51  
    52  .PP
    53  \fB\-\-untardir\fP="."
    54      if untar is specified, this flag specifies the name of the directory into which the chart is expanded
    55  
    56  .PP
    57  \fB\-\-verify\fP[=false]
    58      verify the package against its signature
    59  
    60  .PP
    61  \fB\-\-version\fP=""
    62      specific version of a chart. Without this, the latest version is fetched
    63  
    64  
    65  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    66  .PP
    67  \fB\-\-debug\fP[=false]
    68      enable verbose output
    69  
    70  .PP
    71  \fB\-\-home\fP="~/.helm"
    72      location of your Helm config. Overrides $HELM\_HOME
    73  
    74  .PP
    75  \fB\-\-host\fP=""
    76      address of tiller. Overrides $HELM\_HOST
    77  
    78  .PP
    79  \fB\-\-kube\-context\fP=""
    80      name of the kubeconfig context to use
    81  
    82  .PP
    83  \fB\-\-tiller\-namespace\fP="kube\-system"
    84      namespace of tiller
    85  
    86  
    87  .SH SEE ALSO
    88  .PP
    89  \fBhelm(1)\fP
    90  
    91  
    92  .SH HISTORY
    93  .PP
    94  15\-Jan\-2017 Auto generated by spf13/cobra