QuestionQ83
Application Lifecycle ManagementUniversal Containers (UC) currently follows the org development model and uses the Salesforce CLI as its deployment tool. After the feature-release artifact (a .zip file) has been tested in a lower sandbox, it is being deployed to the full sandbox for performance testing and a production-deployment readiness check.
Because quick deployment options are not being used, what is the correct method for deploying the artifact to the full sandbox?
- A Authorize to the Full sandbox org; Validate with sfdx:source:deploy; On successful validation, deploy with sfdx:source:deploy
- B Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:mdapi:deploy
- C Authorize to the Full sandbox org; Validate with sfdx:mdapi:deploy; On successful validation, deploy with sfdx:source:deploy
- D Authorize to the Full sandbox; Validate with sfdx:source:deploy; On successful validation, deploy with sfdx:mdapi:deploy
Community Discussion