github.com/felipejfc/helm@v2.1.2+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 "/Users/mattbutcher/Code/helm_home")
    27        --host string           address of tiller. Overrides $HELM_HOST
    28        --kube-context string   name of the kubeconfig context to use
    29  ```
    30  
    31  ### SEE ALSO
    32  * [helm dependency](helm_dependency.md)	 - manage a chart's dependencies
    33  
    34  ###### Auto generated by spf13/cobra on 1-Nov-2016