-
Notifications
You must be signed in to change notification settings - Fork 79
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
sfdx ignoring restDeploy config #1616
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. |
I have tried to use |
Hello, can you please try setting env var |
I have tried and got the same result. I have the evironment variable and the config set to use REST, but it's not working.
Em sex., 8 de jul. de 2022 às 15:04, Benjamin ***@***.***>
escreveu:
… Hello, can you please try setting env var SFDX_REST_DEPLOY to true ?
—
Reply to this email directly, view it on GitHub
<#1616 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLZWBJZ7T44T6AKZAF6RDDVTAYPPANCNFSM53AN4X6Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello, I would like to check the org setting, can you provide an org to repro ? |
this is a bug fixed by salesforcecli/plugin-source#535 @W-11390183@ |
duplicate of #1606 |
Summary
When executin
sfdx force:source:push -f
it is always using SOAPSteps To Reproduce:
sfdx config:set restDeploy=true
sfdx force:source:push -f
Expected result
Should show message "Pushing with REST API v54"
Actual result
Shows message "Pushing with SOAP API v54.0" and then it fails with max request size(my project)
System Information
{
"cliVersion": "sfdx-cli/7.158.1",
"architecture": "darwin-x64",
"nodeVersion": "node-v16.15.1",
"pluginVersions": [
"@oclif/plugin-autocomplete 0.3.0 (core)",
"@oclif/plugin-commands 1.3.0 (core)",
"@oclif/plugin-help 3.3.1 (core)",
"@oclif/plugin-not-found 1.2.6 (core)",
"@oclif/plugin-plugins 1.10.11 (core)",
"@oclif/plugin-update 1.5.0 (core)",
"@oclif/plugin-warn-if-update-available 1.7.3 (core)",
"@oclif/plugin-which 1.0.4 (core)",
"@salesforce/sfdx-plugin-lwc-test 1.0.0 (core)",
"alias 2.1.0 (core)",
"apex 0.13.0 (core)",
"auth 2.2.2 (core)",
"community 2.0.0 (core)",
"config 1.4.12 (core)",
"custom-metadata 2.0.0 (core)",
"data 2.0.4 (core)",
"functions 1.8.0",
"generator 2.0.2 (core)",
"info 2.0.1 (core)",
"limits 2.0.1 (core)",
"org 2.0.1 (core)",
"salesforce-alm 54.6.2 (core)",
"schema 2.1.1 (core)",
"sfdmu 4.15.0",
"sfdx-cli 7.158.1 (core)",
"sfdx-wry-plugin 0.0.11",
"signups 1.2.0 (core)",
"source 2.0.3 (core)",
"telemetry 2.0.0 (core)",
"templates 55.0.0 (core)",
"trust 2.0.1 (core)",
"user 2.1.0 (core)"
],
"osVersion": "Darwin 21.5.0"
}
Additional information
The text was updated successfully, but these errors were encountered: