github.com/Beeketing/helm@v2.12.1+incompatible/docs/helm/helm_dependency_list.md (about) 1 ## helm dependency list 2 3 list the dependencies for the given chart 4 5 ### Synopsis 6 7 8 List all of the dependencies declared in a chart. 9 10 This can take chart archives and chart directories as input. It will not alter 11 the contents of a chart. 12 13 This will produce an error if the chart cannot be loaded. It will emit a warning 14 if it cannot find a requirements.yaml. 15 16 17 ``` 18 helm dependency list [flags] CHART 19 ``` 20 21 ### Options 22 23 ``` 24 -h, --help help for list 25 ``` 26 27 ### Options inherited from parent commands 28 29 ``` 30 --debug enable verbose output 31 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 32 --host string address of Tiller. Overrides $HELM_HOST 33 --kube-context string name of the kubeconfig context to use 34 --kubeconfig string absolute path to the kubeconfig file to use 35 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 36 --tiller-namespace string namespace of Tiller (default "kube-system") 37 ``` 38 39 ### SEE ALSO 40 41 * [helm dependency](helm_dependency.md) - manage a chart's dependencies 42 43 ###### Auto generated by spf13/cobra on 1-Aug-2018