github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_repo_index.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\-index \- generate an index file given a directory containing packaged charts
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm repo index [flags] [DIR]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  Read the current directory and generate an index file based on the charts found.
    19  
    20  .PP
    21  This tool is used for creating an 'index.yaml' file for a chart repository. To
    22  set an absolute URL to the charts, use '\-\-url' flag.
    23  
    24  .PP
    25  To merge the generated index with an existing index file, use the '\-\-merge'
    26  flag. In this case, the charts found in the current directory will be merged
    27  into the existing index, with local charts taking priority over existing charts.
    28  
    29  
    30  .SH OPTIONS
    31  .PP
    32  \fB\-\-merge\fP=""
    33      merge the generated index into the given index
    34  
    35  .PP
    36  \fB\-\-url\fP=""
    37      url of chart repository
    38  
    39  
    40  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    41  .PP
    42  \fB\-\-debug\fP[=false]
    43      enable verbose output
    44  
    45  .PP
    46  \fB\-\-home\fP="~/.helm"
    47      location of your Helm config. Overrides $HELM\_HOME
    48  
    49  .PP
    50  \fB\-\-host\fP="localhost:44134"
    51      address of tiller. Overrides $HELM\_HOST
    52  
    53  .PP
    54  \fB\-\-kube\-context\fP=""
    55      name of the kubeconfig context to use
    56  
    57  .PP
    58  \fB\-\-tiller\-namespace\fP="kube\-system"
    59      namespace of tiller
    60  
    61  
    62  .SH SEE ALSO
    63  .PP
    64  \fBhelm\-repo(1)\fP
    65  
    66  
    67  .SH HISTORY
    68  .PP
    69  19\-May\-2017 Auto generated by spf13/cobra