mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-16 00:35:43 +00:00
Make branch arg required for image updates
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
36bafa23df
commit
2f0835b655
2 changed files with 6 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ flux create image update <name> [flags]
|
|||
```
|
||||
--author-email string the email to use for commit author
|
||||
--author-name string the name to use for commit author
|
||||
--branch string the branch to push commits to
|
||||
--branch string the branch to checkout and push commits to
|
||||
--commit-template string a template for commit messages
|
||||
--git-repo-ref string the name of a GitRepository resource with details of the upstream git repository
|
||||
-h, --help help for update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue