github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_helm_dependency_build.md (about) 1 # jackal tools helm dependency build 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 rebuild the charts/ directory based on the Chart.lock file 5 6 ## Synopsis 7 8 9 Build out the charts/ directory from the Chart.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 'jackal tools helm dependency update' 13 does. 14 15 If no lock file is found, 'jackal tools helm dependency build' will mirror the behavior 16 of 'jackal tools helm dependency update'. 17 18 19 ``` 20 jackal tools helm dependency build CHART [flags] 21 ``` 22 23 ## Options 24 25 ``` 26 -h, --help help for build 27 --keyring string keyring containing public keys 28 --skip-refresh do not refresh the local repository cache 29 --verify verify the packages against signatures 30 ``` 31 32 ## Options inherited from parent commands 33 34 ``` 35 --burst-limit int client-side default throttling limit (default 100) 36 --debug enable verbose output 37 --kube-apiserver string the address and the port for the Kubernetes API server 38 --kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups. 39 --kube-as-user string username to impersonate for the operation 40 --kube-ca-file string the certificate authority file for the Kubernetes API server connection 41 --kube-context string name of the kubeconfig context to use 42 --kube-insecure-skip-tls-verify if true, the Kubernetes API server's certificate will not be checked for validity. This will make your HTTPS connections insecure 43 --kube-tls-server-name string server name to use for Kubernetes API server certificate validation. If it is not provided, the hostname used to contact the server is used 44 --kube-token string bearer token used for authentication 45 --kubeconfig string path to the kubeconfig file 46 -n, --namespace string namespace scope for this request 47 --qps float32 queries per second used when communicating with the Kubernetes API, not including bursting 48 --registry-config string path to the registry config file 49 --repository-cache string path to the file containing cached repository indexes 50 --repository-config string path to the file containing repository names and URLs 51 ``` 52 53 ## SEE ALSO 54 55 * [jackal tools helm dependency](jackal_tools_helm_dependency.md) - manage a chart's dependencies