Remove the `overwrite` option from `github workflow add` command
I got a good comment in #5763
About the --overwrite option: is that really necessary? It seems to me that when you deploy an application using ci/cd, it should always overwrite the existing package...
It makes total sense that a CI/CD pipline is rather made to continuously redeploy and overwrite existing package with new one.
We should remove this option from the command and make overwrite default.
This is a breaking change and should target v8
Good point. Let's deprecate it already, with a warning, and remove in v8.
@waldekmastykarz good point. I added an issue for that
Since we have v8 branch we may now start working on it! Let's get this 🚢 and Let's put CLI to the 🚀🌙
Can I work on it?
PR merged