github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_tools_helm_dependency_list.md (about) 1 # jackal tools helm dependency list 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 list the dependencies for the given chart 5 6 ## Synopsis 7 8 9 List all of the dependencies declared in a chart. 10 11 This can take chart archives and chart directories as input. It will not alter 12 the contents of a chart. 13 14 This will produce an error if the chart cannot be loaded. 15 16 17 ``` 18 jackal tools helm dependency list CHART [flags] 19 ``` 20 21 ## Options 22 23 ``` 24 -h, --help help for list 25 --max-col-width uint maximum column width for output table (default 80) 26 ``` 27 28 ## Options inherited from parent commands 29 30 ``` 31 --burst-limit int client-side default throttling limit (default 100) 32 --debug enable verbose output 33 --kube-apiserver string the address and the port for the Kubernetes API server 34 --kube-as-group stringArray group to impersonate for the operation, this flag can be repeated to specify multiple groups. 35 --kube-as-user string username to impersonate for the operation 36 --kube-ca-file string the certificate authority file for the Kubernetes API server connection 37 --kube-context string name of the kubeconfig context to use 38 --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 39 --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 40 --kube-token string bearer token used for authentication 41 --kubeconfig string path to the kubeconfig file 42 -n, --namespace string namespace scope for this request 43 --qps float32 queries per second used when communicating with the Kubernetes API, not including bursting 44 --registry-config string path to the registry config file 45 --repository-cache string path to the file containing cached repository indexes 46 --repository-config string path to the file containing repository names and URLs 47 ``` 48 49 ## SEE ALSO 50 51 * [jackal tools helm dependency](jackal_tools_helm_dependency.md) - manage a chart's dependencies