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.
87 lines
1.9 KiB
87 lines
1.9 KiB
.TH "HELM" "1" "Nov 2016" "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\-d\fP, \fB\-\-destination\fP="."
|
|
location to write the chart. If this and tardir are specified, tardir is appended to this
|
|
|
|
.PP
|
|
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
|
|
keyring containing public keys
|
|
|
|
.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="/Users/mattbutcher/Code/helm\_home"
|
|
location of your Helm config. Overrides $HELM\_HOME
|
|
|
|
.PP
|
|
\fB\-\-host\fP=""
|
|
address of tiller. Overrides $HELM\_HOST
|
|
|
|
.PP
|
|
\fB\-\-kube\-context\fP=""
|
|
name of the kubeconfig context to use
|
|
|
|
|
|
.SH SEE ALSO
|
|
.PP
|
|
\fBhelm(1)\fP
|
|
|
|
|
|
.SH HISTORY
|
|
.PP
|
|
1\-Nov\-2016 Auto generated by spf13/cobra
|