-
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
org-metadata-rest-deploy not taken into account #2062
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hey @RenaudAM thanks for reporting this - seems like there's bug in the I'll look into this as soon as I can |
This issue has been linked to a new work item: W-13036560 |
Hello, This issue reappear in version 2.2.7-3653112 |
Hello, |
The metadata API does not support REST for retrieve, only SOAP. |
Summary
Since version 7.195, org-metadata-rest-deploy seems to no more take into account.
Works fine with 7.194.1, but with an higher version, all deployments use SOAP.
Steps To Reproduce:
Repository to reproduce: Any
NOTE: If your issue is not reproducable by dreamhouse-lwc, i.e. requires specific metadata or files, we require a link to a simple Salesforce project repository with a script to setup a scratch org that reproduces your problem.
sf config set org-metadata-rest-deploy=true
sfdx force:source:deploy -p force-app/ -u $ORG_ALIAS -l NoTestRun -w $WAIT_TIME
Expected result
Deployment using REST
Actual result
Deployment with SOAP
System Information
Works fine with version 7.194.1
I try all version higher than this one and the result is the same.
The text was updated successfully, but these errors were encountered: