Salesforce Platform Developer I (legacy) — Question 226
A development team wants to use a deployment script to automatically deploy to a sandbox during their development cycles.
Which two tools can they use to run a script that deploys to a sandbox? (Choose two.)
Answer options
- A. SFDX CLI
- B. Developer Console
- C. Change Sets
- D. VSCode
Correct answer: A, D
Explanation
The SFDX CLI is a command-line interface that allows for scripting deployments to Salesforce environments, making it suitable for this purpose. VSCode, when integrated with Salesforce extensions, can also run deployment scripts effectively. The Developer Console and Change Sets do not support automated scripting for deployments.