Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Add soapdeploy parameter to mdapi deployment
Browse files Browse the repository at this point in the history
v51 of the SFDX CLI no longer uses the SOAP API by default
  • Loading branch information
aly76 committed Feb 24, 2021
1 parent 62e5655 commit 102fe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/sfdxwrappers/DeploySourceToOrgImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default class DeploySourceToOrgImpl {
private buildExecCommand(): string {
let apexclasses;

let command = `npx sfdx force:mdapi:deploy -u ${this.target_org}`;
let command = `npx sfdx force:mdapi:deploy -u ${this.target_org} --soapdeploy`;

if (this.deployment_options["checkonly"]) command += ` -c`;

Expand Down

0 comments on commit 102fe0a

Please sign in to comment.