github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_dependency_update.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\-update \- update charts/ based on the contents of requirements.yaml
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm dependency update [flags] CHART\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  Update the on\-disk dependencies to mirror the requirements.yaml file.
    19  
    20  .PP
    21  This command verifies that the required charts, as expressed in 'requirements.yaml',
    22  are present in 'charts/' and are at an acceptable version.
    23  
    24  .PP
    25  On successful update, this will generate a lock file that can be used to
    26  rebuild the requirements to an exact version.
    27  
    28  
    29  .SH OPTIONS
    30  .PP
    31  \fB\-\-keyring\fP="/Users/mattbutcher/.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="/Users/mattbutcher/Code/helm\_home"
    46      location of your Helm config. Overrides $HELM\_HOME
    47  
    48  .PP
    49  \fB\-\-host\fP=""
    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  
    57  .SH SEE ALSO
    58  .PP
    59  \fBhelm\-dependency(1)\fP
    60  
    61  
    62  .SH HISTORY
    63  .PP
    64  1\-Nov\-2016 Auto generated by spf13/cobra