github.com/migueleliasweb/helm@v2.6.1+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 9 Read the current directory and generate an index file based on the charts found. 10 11 This tool is used for creating an 'index.yaml' file for a chart repository. To 12 set an absolute URL to the charts, use '--url' flag. 13 14 To merge the generated index with an existing index file, use the '--merge' 15 flag. In this case, the charts found in the current directory will be merged 16 into the existing index, with local charts taking priority over existing charts. 17 18 19 ``` 20 helm repo index [flags] [DIR] 21 ``` 22 23 ### Options 24 25 ``` 26 --merge string merge the generated index into the given index 27 --url string url of 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 "$HOME/.helm") 35 --host string address of Tiller. Overrides $HELM_HOST 36 --kube-context string name of the kubeconfig context to use 37 --tiller-namespace string namespace of Tiller (default "kube-system") 38 ``` 39 40 ### SEE ALSO 41 * [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories 42 43 ###### Auto generated by spf13/cobra on 23-Jun-2017