github.com/koderover/helm@v2.17.0+incompatible/docs/man/man1/helm_dependency_build.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\-build \- rebuild the charts/ directory based on the requirements.lock file
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm dependency build [flags] CHART\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  Build out the charts/ directory from the requirements.lock file.
    19  
    20  .PP
    21  Build is used to reconstruct a chart's dependencies to the state specified in
    22  the lock file.
    23  
    24  .PP
    25  If no lock file is found, 'helm dependency build' will mirror the behavior of
    26  the 'helm dependency update' command. This means it will update the on-disk
    27  dependencies to mirror the requirements.yaml file and generate a lock file.
    28  
    29  .SH OPTIONS
    30  .PP
    31  \fB\-\-keyring\fP="~/.gnupg/pubring.gpg"
    32      keyring containing public keys
    33  
    34  .PP
    35  \fB\-\-verify\fP[=false]
    36      verify the packages against signatures
    37  
    38  
    39  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    40  .PP
    41  \fB\-\-debug\fP[=false]
    42      enable verbose output
    43  
    44  .PP
    45  \fB\-\-home\fP="~/.helm"
    46      location of your Helm config. Overrides $HELM\_HOME
    47  
    48  .PP
    49  \fB\-\-host\fP="localhost:44134"
    50      address of tiller. Overrides $HELM\_HOST
    51  
    52  .PP
    53  \fB\-\-kube\-context\fP=""
    54      name of the kubeconfig context to use
    55  
    56  .PP
    57  \fB\-\-tiller\-namespace\fP="kube\-system"
    58      namespace of tiller
    59  
    60  
    61  .SH SEE ALSO
    62  .PP
    63  \fBhelm\-dependency(1)\fP
    64  
    65  
    66  .SH HISTORY
    67  .PP
    68  19\-May\-2017 Auto generated by spf13/cobra