Posts

Showing posts from August, 2022

Easy way to Integrate Salesforce CLI with Visual Studio code

Image
  what is salesforce CLI? Salesforce CLI is a command-line interface that simplifies development and build automation when working together with your Salesforce org. Use it to form and manages sandboxes environment, synchronize source to and from your sandboxes environment, creates and installs packages, and more. Need to install two extensions in your visual studio code like that : Salesforce CLI Integration Salesforce Extension Pack After that download SFDX CLI in local machine like that : If you are using Ubuntu then please download CLI using this link : Salesforce CLI for ubuntu: Extract this tar file and open the folder in terminal and write ./install then the CLI is installed. 2. If you are using Window then please download CLI using this link : Salesforce CLI for Windows : Select the cli version according your system requirement and then download and after install it. And After Install the SFDX CLI we need to check the sfdx version in our system using this command in Window...