github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_package.1 (about) 1 .TH "HELM" "1" "Nov 2016" "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="/Users/mattbutcher/.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 48 .SH OPTIONS INHERITED FROM PARENT COMMANDS 49 .PP 50 \fB\-\-debug\fP[=false] 51 enable verbose output 52 53 .PP 54 \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home" 55 location of your Helm config. Overrides $HELM\_HOME 56 57 .PP 58 \fB\-\-host\fP="" 59 address of tiller. Overrides $HELM\_HOST 60 61 .PP 62 \fB\-\-kube\-context\fP="" 63 name of the kubeconfig context to use 64 65 66 .SH SEE ALSO 67 .PP 68 \fBhelm(1)\fP 69 70 71 .SH HISTORY 72 .PP 73 1\-Nov\-2016 Auto generated by spf13/cobra