DataDog / apigentools

Generate API clients with ease
https://apigentools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
41 stars 16 forks source link

Add options `--force` and `--exit-code` to push command #228

Closed zippolyte closed 3 years ago

zippolyte commented 3 years ago

What does this PR do?

Add options --force and --exit-code to push command. --force: Force push the branch --exit-code: Return exit code 100 if no branch was pushed when using --skip-if-no-changes, 0 if successfully pushed