At Dreamforce ’18, the very talented Angelica Buffa showed how Fair Trade USA uses Bitbucket Pipelines and the Salesforce CLI to implement a continuous integration flow previously implemented with Ant and the Force.com migration tool.
Key topics include:
- Overview and setup of Bitbucket Pipelines, including Docker images
- Using bash to create a custom pipeline script
- Using sfdx commands to deploy and retrieve metadata via the metadata api
What are the benefits of using SFDX instead of Ant in this CI/CD setup?
What are the cons?