github.com/amundsenjunior/helm@v2.8.0-rc.1.0.20180119233529-2b92431476e1+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 "~/.helm")
    27        --host string               address of Tiller. Overrides $HELM_HOST
    28        --kube-context string       name of the kubeconfig context to use
    29        --kubeconfig string         path to kubeconfig file. Overrides $KUBECONFIG
    30        --tiller-namespace string   namespace of Tiller (default "kube-system")
    31  ```
    32  
    33  ### SEE ALSO
    34  * [helm dependency](helm_dependency.md)	 - manage a chart's dependencies
    35  
    36  ###### Auto generated by spf13/cobra on 7-Nov-2017