You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional git author parameters to all commands creating git commits.
If no author is provided the git user and email will be used for both committer and author.
Example:
```bash
gitopscli deploy \
--git-user "GitOps CLI" \
--git-email "[email protected]" \
--git-author-name "John Doe" \
--git-author-email "[email protected]" \
...
```
Resolves#195
0 commit comments