1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Move Git implementation validation to custom flag

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2021-01-15 16:39:00 +01:00
parent a260403334
commit 9e1db06936
4 changed files with 110 additions and 9 deletions

View File

@@ -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