mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
2.6 KiB
115 lines
2.6 KiB
8 years ago
|
.TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" ""
|
||
|
.nh
|
||
|
.ad l
|
||
|
|
||
|
|
||
|
.SH NAME
|
||
|
.PP
|
||
|
helm\-fetch \- download a chart from a repository and (optionally) unpack it in local directory
|
||
|
|
||
|
|
||
|
.SH SYNOPSIS
|
||
|
.PP
|
||
|
\fBhelm fetch [flags] [chart URL | repo/chartname] [...]\fP
|
||
|
|
||
|
|
||
|
.SH DESCRIPTION
|
||
|
.PP
|
||
|
Retrieve a package from a package repository, and download it locally.
|
||
|
|
||
|
.PP
|
||
|
This is useful for fetching packages to inspect, modify, or repackage. It can
|
||
|
also be used to perform cryptographic verification of a chart without installing
|
||
|
the chart.
|
||
|
|
||
|
.PP
|
||
|
There are options for unpacking the chart after download. This will create a
|
||
|
directory for the chart and uncomparess into that directory.
|
||
|
|
||
|
.PP
|
||
|
If the \-\-verify flag is specified, the requested chart MUST have a provenance
|
||
|
file, and MUST pass the verification process. Failure in any part of this will
|
||
|
result in an error, and the chart will not be saved locally.
|
||
|
|
||
|
|
||
|
.SH OPTIONS
|
||
|
.PP
|
||
|
\fB\-\-ca\-file\fP=""
|
||
|
verify certificates of HTTPS\-enabled servers using this CA bundle
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-cert\-file\fP=""
|
||
|
identify HTTPS client using this SSL certificate file
|
||
|
|
||
|
.PP
|
||
|
\fB\-d\fP, \fB\-\-destination\fP="."
|
||
|
location to write the chart. If this and tardir are specified, tardir is appended to this
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-devel\fP[=false]
|
||
|
use development versions, too. Equivalent to version '>0.0.0\-a'. If \-\-version is set, this is ignored.
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-key\-file\fP=""
|
||
|
identify HTTPS client using this SSL key file
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-keyring\fP="~/.gnupg/pubring.gpg"
|
||
|
keyring containing public keys
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-prov\fP[=false]
|
||
|
fetch the provenance file, but don't perform verification
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-repo\fP=""
|
||
|
chart repository url where to locate the requested chart
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-untar\fP[=false]
|
||
|
if set to true, will untar the chart after downloading it
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-untardir\fP="."
|
||
|
if untar is specified, this flag specifies the name of the directory into which the chart is expanded
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-verify\fP[=false]
|
||
|
verify the package against its signature
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-version\fP=""
|
||
|
specific version of a chart. Without this, the latest version is fetched
|
||
|
|
||
|
|
||
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||
|
.PP
|
||
|
\fB\-\-debug\fP[=false]
|
||
|
enable verbose output
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-home\fP="~/.helm"
|
||
|
location of your Helm config. Overrides $HELM\_HOME
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-host\fP="localhost:44134"
|
||
|
address of tiller. Overrides $HELM\_HOST
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-kube\-context\fP=""
|
||
|
name of the kubeconfig context to use
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-tiller\-namespace\fP="kube\-system"
|
||
|
namespace of tiller
|
||
|
|
||
|
|
||
|
.SH SEE ALSO
|
||
|
.PP
|
||
|
\fBhelm(1)\fP
|
||
|
|
||
|
|
||
|
.SH HISTORY
|
||
|
.PP
|
||
|
19\-May\-2017 Auto generated by spf13/cobra
|