github.com/koderover/helm@v2.17.0+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 of the kubeconfig file to be used
    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 16-May-2019