docs(repo_index): explicitly state that the result is written to the directory passed in

Signed-off-by: Rauno Viskus <rauno56@gmail.com>
pull/13240/head
Rauno Viskus 3 months ago
parent abdbe1ed34
commit a71eaeaf52
No known key found for this signature in database
GPG Key ID: 4143D1526C118B03

@ -29,14 +29,16 @@ import (
)
const repoIndexDesc = `
Read the current directory and generate an index file based on the charts found.
Read the current directory, generate an index file based on the charts found
and write the result to 'index.yaml' in the current directory.
This tool is used for creating an 'index.yaml' file for a chart repository. To
set an absolute URL to the charts, use '--url' flag.
To merge the generated index with an existing index file, use the '--merge'
flag. In this case, the charts found in the current directory will be merged
into the existing index, with local charts taking priority over existing charts.
into the index passed in with --merge, with local charts taking priority over
existing charts.
`
type repoIndexOptions struct {

Loading…
Cancel
Save