Valid CRT-450 Dumps shared by ExamDiscuss.com for Helping Passing CRT-450 Exam! ExamDiscuss.com now offer the newest CRT-450 exam dumps, the ExamDiscuss.com CRT-450 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CRT-450 dumps with Test Engine here:
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 2 answers
Correct Answer: A,D
SFDX CLI (A):Salesforce CLI allows the automation of deployment scripts to sandboxes. Using commands likesfdx force:source:deploy, developers can deploy metadata directly from source control. Reference:Salesforce CLI Documentation Ant Migration Tool (D):The Ant Migration Tool is a command-line utility used for automating metadata deployments. It uses build.xml files to script deployments to sandboxes or production. Reference:Ant Migration Tool Guide Incorrect Options: B:Developer Console does not support deployment scripting. C:Change Sets cannot be scripted; they require manual selection and deployment.