Skip to content

Commit

Permalink
docs(repo_index): explicitly state that the result is written to the …
Browse files Browse the repository at this point in the history
…directory passed in

Signed-off-by: Rauno Viskus <[email protected]>
  • Loading branch information
rauno56 committed Aug 8, 2024
1 parent abdbe1e commit a71eaea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/helm/repo_index.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a71eaea

Please sign in to comment.