Skip to content

Commit

Permalink
Merge pull request helm#13240 from rauno56/docs/repo-index-desc
Browse files Browse the repository at this point in the history
docs(repo_index): explicitly state that the result is written to the directory passed in
  • Loading branch information
mattfarina authored Sep 27, 2024
2 parents d45439f + a71eaea commit f0f9881
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 f0f9881

Please sign in to comment.