Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-interactive CLI #122

Closed
5 tasks
Tracked by #121
streamich opened this issue Jan 16, 2020 · 3 comments · Fixed by #129
Closed
5 tasks
Tracked by #121

Non-interactive CLI #122

streamich opened this issue Jan 16, 2020 · 3 comments · Fixed by #129
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed released
Projects

Comments

@streamich
Copy link
Owner

streamich commented Jan 16, 2020

Add ability to create git-cz-like commits in non-interactive mode where all parameters are provided through CLI arguments and no UI is displayed. For example:

git-cz --non-interactive --message="First commit" --type=feat

All arguments could be optional, but could also be overwritten through CLI arguments:

  • --message
  • --type
  • --scope
  • --description
  • etc.
@streamich streamich created this issue from a note in git-cz (To do) Jan 16, 2020
@streamich streamich added enhancement New feature or request help wanted Extra attention is needed labels Jan 16, 2020
@streamich streamich mentioned this issue Jan 16, 2020
13 tasks
@theashraf
Copy link
Collaborator

I'd like to help with this one

@streamich
Copy link
Owner Author

@theashraf that would be great!

@streamich streamich moved this from To do to In progress in git-cz Jan 16, 2020
git-cz automation moved this from In progress to Done Jan 20, 2020
@streamich
Copy link
Owner Author

🎉 This issue has been resolved in version 4.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed released
Projects
git-cz
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants