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.
86 lines
1.6 KiB
86 lines
1.6 KiB
8 years ago
|
.TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" ""
|
||
|
.nh
|
||
|
.ad l
|
||
|
|
||
|
|
||
|
.SH NAME
|
||
|
.PP
|
||
|
helm\-package \- package a chart directory into a chart archive
|
||
|
|
||
|
|
||
|
.SH SYNOPSIS
|
||
|
.PP
|
||
|
\fBhelm package [flags] [CHART\_PATH] [...]\fP
|
||
|
|
||
|
|
||
|
.SH DESCRIPTION
|
||
|
.PP
|
||
|
This command packages a chart into a versioned chart archive file. If a path
|
||
|
is given, this will look at that path for a chart (which must contain a
|
||
|
Chart.yaml file) and then package that directory.
|
||
|
|
||
|
.PP
|
||
|
If no path is given, this will look in the present working directory for a
|
||
|
Chart.yaml file, and (if found) build the current directory into a chart.
|
||
|
|
||
|
.PP
|
||
|
Versioned chart archives are used by Helm package repositories.
|
||
|
|
||
|
|
||
|
.SH OPTIONS
|
||
|
.PP
|
||
|
\fB\-d\fP, \fB\-\-destination\fP="."
|
||
|
location to write the chart.
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-key\fP=""
|
||
|
name of the key to use when signing. Used if \-\-sign is true
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-keyring\fP="~/.gnupg/pubring.gpg"
|
||
|
location of a public keyring
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-save\fP[=true]
|
||
|
save packaged chart to local chart repository
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-sign\fP[=false]
|
||
|
use a PGP private key to sign this package
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-version\fP=""
|
||
|
set the version on the chart to this semver version
|
||
|
|
||
|
|
||
|
.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
|