-
Notifications
You must be signed in to change notification settings - Fork 78
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
Impossible to deploy to production #305
Comments
I'm facing the same issue. |
same here... |
Impacted by this issue here too |
Running in CI Job:
When I remove the sfdx update line it works against production. |
I opened an investigation but it probably won't get looked at for a few hours. I'll post here when I have an update. |
This is affecting us. |
This was due to an attempt to remove deprecated code. Obviously not all of the code removed was deprecated. We did have tests for this, but those were removed too. Sorry for the inconvenience. We are working on pushing out a fix shortly. |
We released CLI |
@amphro Thanks for looking into this. It's working again for me :) |
Thanks I confirm this solve the issue on my side as well. |
I am using
|
Summary
After updating to 7.46.1-3d2451fad8, I can't deploy to production anymore. It's asking for a
rollbackOnError
which is not documented.Steps To Reproduce:
force:mdapi:deploy
orforce:source:deploy
Expected result
Being able to deploy.
Actual result
Stuck because of error :
INVALID_OPERATION: rollbackOnError option must be true on a production org
Additional information
sfdx-cli/7.46.1-3d2451fad8 win32-x64 node-v10.15.3
The text was updated successfully, but these errors were encountered: