github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_repo_index.md (about)

     1  ## helm repo index
     2  
     3  Generate an index file given a directory containing packaged charts
     4  
     5  ### Synopsis
     6  
     7  
     8  Read the current directory and generate an index file based on the charts found.
     9  
    10  This tool is used for creating an 'index.yaml' file for a chart repository. To
    11  set an absolute URL to the charts, use '--url' flag.
    12  
    13  To merge the generated index with an existing index file, use the '--merge'
    14  flag. In this case, the charts found in the current directory will be merged
    15  into the existing index, with local charts taking priority over existing charts.
    16  
    17  
    18  ```
    19  helm repo index [flags] [DIR]
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25    -h, --help           help for index
    26        --merge string   Merge the generated index into the given index
    27        --url string     URL of the chart repository
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --debug                           Enable verbose output
    34        --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    35        --host string                     Address of Tiller. Overrides $HELM_HOST
    36        --kube-context string             Name of the kubeconfig context to use
    37        --kubeconfig string               Absolute path of the kubeconfig file to be used
    38        --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
    39        --tiller-namespace string         Namespace of Tiller (default "kube-system")
    40  ```
    41  
    42  ### SEE ALSO
    43  
    44  * [helm repo](helm_repo.md)	 - Add, list, remove, update, and index chart repositories
    45  
    46  ###### Auto generated by spf13/cobra on 16-May-2019