Runs a command if the condition is true
jx-gitops condition [flags] command arguments...
Runs a command if the condition is true
jx-gitops condition --last-commit-msg-prefix 'Merge pull request' -- make all commit push
you can use ! in front of a filter to be the equivalent of not matching the condition. e.g.
jx-gitops condition --last-commit-msg-prefix '!Merge pull request' -- make all commit push
-d, --dir string the directory to run the git push command from
-h, --help help for condition
--last-commit-msg-contains string matches if last-commit-msg contains the given text
--last-commit-msg-prefix string matches if last-commit-msg has the given prefix
--last-commit-msg-suffix string matches if last-commit-msg has the given suffix
- jx-gitops - commands for working with GitOps based git repositories