github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_fetch.1 (about)

     1  .TH "HELM" "1" "May 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\-\-ca\-file\fP=""
    38      verify certificates of HTTPS\-enabled servers using this CA bundle
    39  
    40  .PP
    41  \fB\-\-cert\-file\fP=""
    42      identify HTTPS client using this SSL certificate file
    43  
    44  .PP
    45  \fB\-d\fP, \fB\-\-destination\fP="."
    46      location to write the chart. If this and tardir are specified, tardir is appended to this
    47  
    48  .PP
    49  \fB\-\-devel\fP[=false]
    50      use development versions, too. Equivalent to version '>0.0.0\-a'. If \-\-version is set, this is ignored.
    51  
    52  .PP
    53  \fB\-\-key\-file\fP=""
    54      identify HTTPS client using this SSL key file
    55  
    56  .PP
    57  \fB\-\-keyring\fP="~/.gnupg/pubring.gpg"
    58      keyring containing public keys
    59  
    60  .PP
    61  \fB\-\-prov\fP[=false]
    62      fetch the provenance file, but don't perform verification
    63  
    64  .PP
    65  \fB\-\-repo\fP=""
    66      chart repository url where to locate the requested chart
    67  
    68  .PP
    69  \fB\-\-untar\fP[=false]
    70      if set to true, will untar the chart after downloading it
    71  
    72  .PP
    73  \fB\-\-untardir\fP="."
    74      if untar is specified, this flag specifies the name of the directory into which the chart is expanded
    75  
    76  .PP
    77  \fB\-\-verify\fP[=false]
    78      verify the package against its signature
    79  
    80  .PP
    81  \fB\-\-version\fP=""
    82      specific version of a chart. Without this, the latest version is fetched
    83  
    84  
    85  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    86  .PP
    87  \fB\-\-debug\fP[=false]
    88      enable verbose output
    89  
    90  .PP
    91  \fB\-\-home\fP="~/.helm"
    92      location of your Helm config. Overrides $HELM\_HOME
    93  
    94  .PP
    95  \fB\-\-host\fP="localhost:44134"
    96      address of tiller. Overrides $HELM\_HOST
    97  
    98  .PP
    99  \fB\-\-kube\-context\fP=""
   100      name of the kubeconfig context to use
   101  
   102  .PP
   103  \fB\-\-tiller\-namespace\fP="kube\-system"
   104      namespace of tiller
   105  
   106  
   107  .SH SEE ALSO
   108  .PP
   109  \fBhelm(1)\fP
   110  
   111  
   112  .SH HISTORY
   113  .PP
   114  19\-May\-2017 Auto generated by spf13/cobra