mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-11 06:30:04 +00:00
Move Git implementation validation to custom flag
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
a260403334
commit
9e1db06936
4 changed files with 110 additions and 9 deletions
|
|
@ -56,7 +56,7 @@ flux create source git [name] [flags]
|
|||
|
||||
```
|
||||
--branch string git branch (default "master")
|
||||
--git-implementation string the git implementation to use, can be 'go-git' or 'libgit2'
|
||||
--git-implementation gitImplementation the Git implementation to use, available options are: (go-git, libgit2)
|
||||
-h, --help help for git
|
||||
-p, --password string basic authentication password
|
||||
--secret-ref string the name of an existing secret containing SSH or basic credentials
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue