github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_repo_add.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\-repo\-add \- add a chart repository
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm repo add [flags] [NAME] [URL]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  add a chart repository
    19  
    20  
    21  .SH OPTIONS
    22  .PP
    23  \fB\-\-ca\-file\fP=""
    24      verify certificates of HTTPS\-enabled servers using this CA bundle
    25  
    26  .PP
    27  \fB\-\-cert\-file\fP=""
    28      identify HTTPS client using this SSL certificate file
    29  
    30  .PP
    31  \fB\-\-key\-file\fP=""
    32      identify HTTPS client using this SSL key file
    33  
    34  .PP
    35  \fB\-\-no\-update\fP[=false]
    36      raise error if repo is already registered
    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\-repo(1)\fP
    64  
    65  
    66  .SH HISTORY
    67  .PP
    68  19\-May\-2017 Auto generated by spf13/cobra