github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_dependency_list.1 (about)

     1  .TH "HELM" "1" "Nov 2016" "Auto generated by spf13/cobra" "" 
     2  .nh
     3  .ad l
     4  
     5  
     6  .SH NAME
     7  .PP
     8  helm\-dependency\-list \- list the dependencies for the given chart
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm dependency list [flags] CHART\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  List all of the dependencies declared in a chart.
    19  
    20  .PP
    21  This can take chart archives and chart directories as input. It will not alter
    22  the contents of a chart.
    23  
    24  .PP
    25  This will produce an error if the chart cannot be loaded. It will emit a warning
    26  if it cannot find a requirements.yaml.
    27  
    28  
    29  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    30  .PP
    31  \fB\-\-debug\fP[=false]
    32      enable verbose output
    33  
    34  .PP
    35  \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
    36      location of your Helm config. Overrides $HELM\_HOME
    37  
    38  .PP
    39  \fB\-\-host\fP=""
    40      address of tiller. Overrides $HELM\_HOST
    41  
    42  .PP
    43  \fB\-\-kube\-context\fP=""
    44      name of the kubeconfig context to use
    45  
    46  
    47  .SH SEE ALSO
    48  .PP
    49  \fBhelm\-dependency(1)\fP
    50  
    51  
    52  .SH HISTORY
    53  .PP
    54  1\-Nov\-2016 Auto generated by spf13/cobra