VS Code is a great free IDE with an extension marketplace bringing additional functionality, including IntelliSense for Salesforce development, Apex debugging, tools for creating Lightning Web Components and much more. This post demonstrates how to set up VS Code in Windows and use the Windows Subsystem for Linux (WSL) terminal […]
Tag: sfdx
Setting up Salesforce CLI on the Windows Subsystem for Linux
Last year I wrote about how I had been using the Windows Subsystem for Linux (WSL) and the Force.com Migration Tool for Salesforce development. With the ability to develop against any type of org now available, I wanted to set up the Salesforce CLI in my WSL environment. If you were an […]
Replacing Ant with the SFDX CLI for Continuous Integration
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 […]