github.com/cloudposse/helm@v2.2.3+incompatible/docs/man/man1/helm_package.1 (about) 1 .TH "HELM" "1" "Jan 2017" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-package \- package a chart directory into a chart archive 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm package [flags] [CHART\_PATH] [...]\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 This command packages a chart into a versioned chart archive file. If a path 19 is given, this will look at that path for a chart (which must contain a 20 Chart.yaml file) and then package that directory. 21 22 .PP 23 If no path is given, this will look in the present working directory for a 24 Chart.yaml file, and (if found) build the current directory into a chart. 25 26 .PP 27 Versioned chart archives are used by Helm package repositories. 28 29 30 .SH OPTIONS 31 .PP 32 \fB\-\-key\fP="" 33 name of the key to use when signing. Used if \-\-sign is true 34 35 .PP 36 \fB\-\-keyring\fP="~/.gnupg/pubring.gpg" 37 location of a public keyring 38 39 .PP 40 \fB\-\-save\fP[=true] 41 save packaged chart to local chart repository 42 43 .PP 44 \fB\-\-sign\fP[=false] 45 use a PGP private key to sign this package 46 47 .PP 48 \fB\-\-version\fP="" 49 set the version on the chart to this semver version 50 51 52 .SH OPTIONS INHERITED FROM PARENT COMMANDS 53 .PP 54 \fB\-\-debug\fP[=false] 55 enable verbose output 56 57 .PP 58 \fB\-\-home\fP="~/.helm" 59 location of your Helm config. Overrides $HELM\_HOME 60 61 .PP 62 \fB\-\-host\fP="" 63 address of tiller. Overrides $HELM\_HOST 64 65 .PP 66 \fB\-\-kube\-context\fP="" 67 name of the kubeconfig context to use 68 69 .PP 70 \fB\-\-tiller\-namespace\fP="kube\-system" 71 namespace of tiller 72 73 74 .SH SEE ALSO 75 .PP 76 \fBhelm(1)\fP 77 78 79 .SH HISTORY 80 .PP 81 15\-Jan\-2017 Auto generated by spf13/cobra