We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95177ad commit 4820442Copy full SHA for 4820442
1 file changed
cumulusci/cumulusci.yml
@@ -286,18 +286,6 @@ tasks:
286
options:
287
src_dir: src
288
group: Salesforce DX
289
- dx_pull:
290
- description: Uses sfdx to pull from a scratch org into the force-app directory
291
- class_path: cumulusci.tasks.sfdx.SFDXOrgTask
292
- options:
293
- command: "project retrieve start --ignore-conflicts"
294
- group: Salesforce DX
295
- dx_push:
296
- description: Uses sfdx to push the force-app directory metadata into a scratch org
297
298
299
- command: "project deploy start --ignore-conflicts"
300
301
enable_einstein_prediction:
302
description: Enable an Einstein Prediction Builder prediction.
303
class_path: cumulusci.tasks.salesforce.enable_prediction.EnablePrediction
0 commit comments