We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6915b00 commit c40c910Copy full SHA for c40c910
README.rst
@@ -42,11 +42,12 @@ subcommand::
42
$ helm git-repo add --help
43
Usage: helm git-repo add [OPTIONS] NAME GIT_URL
44
45
- Add a chart repository.
+ Add a Git chart repository.
46
47
Options:
48
- --branch TEXT [default: master]
49
- --index-path TEXT [default: index.yaml]
+ --branch TEXT Git branch to use [default: master]
+ --index-path TEXT Path to index file in Git repository [default:
50
+ index.yaml]
51
--help Show this message and exit.
52
53
For example::
0 commit comments