github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_repo.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, list, remove, update, and index chart repositories
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm repo [FLAGS] add|remove|list|index|update [ARGS]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  This command consists of multiple subcommands to interact with chart repositories.
    19  
    20  .PP
    21  It can be used to add, remove, list, and index chart repositories.
    22  Example usage:
    23      $ helm repo add [NAME] [REPO\_URL]
    24  
    25  
    26  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    27  .PP
    28  \fB\-\-debug\fP[=false]
    29      enable verbose output
    30  
    31  .PP
    32  \fB\-\-home\fP="~/.helm"
    33      location of your Helm config. Overrides $HELM\_HOME
    34  
    35  .PP
    36  \fB\-\-host\fP="localhost:44134"
    37      address of tiller. Overrides $HELM\_HOST
    38  
    39  .PP
    40  \fB\-\-kube\-context\fP=""
    41      name of the kubeconfig context to use
    42  
    43  .PP
    44  \fB\-\-tiller\-namespace\fP="kube\-system"
    45      namespace of tiller
    46  
    47  
    48  .SH SEE ALSO
    49  .PP
    50  \fBhelm(1)\fP, \fBhelm\-repo\-add(1)\fP, \fBhelm\-repo\-index(1)\fP, \fBhelm\-repo\-list(1)\fP, \fBhelm\-repo\-remove(1)\fP, \fBhelm\-repo\-update(1)\fP
    51  
    52  
    53  .SH HISTORY
    54  .PP
    55  19\-May\-2017 Auto generated by spf13/cobra