github.com/felipejfc/helm@v2.1.2+incompatible/docs/helm/helm_package.md (about) 1 ## helm package 2 3 package a chart directory into a chart archive 4 5 ### Synopsis 6 7 8 9 This command packages a chart into a versioned chart archive file. If a path 10 is given, this will look at that path for a chart (which must contain a 11 Chart.yaml file) and then package that directory. 12 13 If no path is given, this will look in the present working directory for a 14 Chart.yaml file, and (if found) build the current directory into a chart. 15 16 Versioned chart archives are used by Helm package repositories. 17 18 19 ``` 20 helm package [flags] [CHART_PATH] [...] 21 ``` 22 23 ### Options 24 25 ``` 26 --key string name of the key to use when signing. Used if --sign is true 27 --keyring string location of a public keyring (default "/Users/mattbutcher/.gnupg/pubring.gpg") 28 --save save packaged chart to local chart repository (default true) 29 --sign use a PGP private key to sign this package 30 ``` 31 32 ### Options inherited from parent commands 33 34 ``` 35 --debug enable verbose output 36 --home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home") 37 --host string address of tiller. Overrides $HELM_HOST 38 --kube-context string name of the kubeconfig context to use 39 ``` 40 41 ### SEE ALSO 42 * [helm](helm.md) - The Helm package manager for Kubernetes. 43 44 ###### Auto generated by spf13/cobra on 1-Nov-2016