Clever / microplane

A CLI tool to make git changes across many repos, especially useful with Microservices.
https://medium.com/always-a-student/mo-repos-mo-problems-how-we-make-changes-across-many-git-repositories-293ad7d418f0
Apache License 2.0
368 stars 45 forks source link

Allowing empty commits #207

Open ayush000 opened 1 year ago

ayush000 commented 1 year ago

I see there is a PR to allow empty commits during the plan phase, but when I try it out, it says unknown flag: --allow-empty-commit. This is the command I ran:

mp plan -b $BRANCH_NAME --allow-empty-commit -m "Commit msg"

BTW I installed microplane from homebrew on my Intel Mac

taylor-sutton commented 1 year ago

Hi, that PR has not made it into a released version yet. You can try building the latest commit from source: go install github.com/Clever/microplane@master (requires Go v1.17+ installed)