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
I got a good comment in #5763
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
overwritedefault.This is a breaking change and should target v8