github.com/migueleliasweb/helm@v2.6.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 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. It will emit a warning 15 if it cannot find a requirements.yaml. 16 17 18 ``` 19 helm dependency list [flags] CHART 20 ``` 21 22 ### Options inherited from parent commands 23 24 ``` 25 --debug enable verbose output 26 --home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm") 27 --host string address of Tiller. Overrides $HELM_HOST 28 --kube-context string name of the kubeconfig context to use 29 --tiller-namespace string namespace of Tiller (default "kube-system") 30 ``` 31 32 ### SEE ALSO 33 * [helm dependency](helm_dependency.md) - manage a chart's dependencies 34 35 ###### Auto generated by spf13/cobra on 23-Jun-2017