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.
74 lines
1.4 KiB
74 lines
1.4 KiB
8 years ago
|
.TH "HELM" "1" "Nov 2016" "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\-\-key\fP=""
|
||
|
name of the key to use when signing. Used if \-\-sign is true
|
||
|
|
||
|
.PP
|
||
|
\fB\-\-keyring\fP="/Users/mattbutcher/.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
|
||
|
|
||
|
|
||
|
.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
|