github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_dependency_list.1 (about)

     1  .TH "HELM" "1" "May 2017" "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="~/.helm"
    36      location of your Helm config. Overrides $HELM\_HOME
    37  
    38  .PP
    39  \fB\-\-host\fP="localhost:44134"
    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  .PP
    47  \fB\-\-tiller\-namespace\fP="kube\-system"
    48      namespace of tiller
    49  
    50  
    51  .SH SEE ALSO
    52  .PP
    53  \fBhelm\-dependency(1)\fP
    54  
    55  
    56  .SH HISTORY
    57  .PP
    58  19\-May\-2017 Auto generated by spf13/cobra