github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_dependency_build.md (about) 1 ## helm dependency build 2 3 rebuild the charts/ directory based on the requirements.lock file 4 5 ### Synopsis 6 7 8 9 Build out the charts/ directory from the requirements.lock file. 10 11 Build is used to reconstruct a chart's dependencies to the state specified in 12 the lock file. This will not re-negotiate dependencies, as 'helm dependency update' 13 does. 14 15 If no lock file is found, 'helm dependency build' will mirror the behavior 16 of 'helm dependency update'. 17 18 19 ``` 20 helm dependency build [flags] CHART 21 ``` 22 23 ### Options 24 25 ``` 26 --keyring string keyring containing public keys (default "~/.gnupg/pubring.gpg") 27 --verify verify the packages against signatures 28 ``` 29 30 ### Options inherited from parent commands 31 32 ``` 33 --debug enable verbose output 34 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 35 --host string address of Tiller. Overrides $HELM_HOST 36 --kube-context string name of the kubeconfig context to use 37 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 38 --tiller-namespace string namespace of Tiller (default "kube-system") 39 ``` 40 41 ### SEE ALSO 42 * [helm dependency](helm_dependency.md) - manage a chart's dependencies 43 44 ###### Auto generated by spf13/cobra on 7-Nov-2017