* 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.