Posts

What is SFDX - Salesforce Developer eXperience

Image
What is Salesforce Developer eXperience(SFDX): SFDX is both a new set of tools and new features affecting the development life cycle. SFDX help to shift the source of truth from production to VCS repository. Org based development vs. source driven development:          In a traditional SF Dev Lifecycle, application builders use sandboxes to create and test changes. The source of truth is either production or any sandbox containing the most recent version of code and customization.        With Salesforce DX, you might use source driven development using the latest versions from a centralized source control system like GIT or SVN  or PRODUCTION org. SFDX concepts: SFDX CLI  – command-line interface tools,  for executing commands like > sfdx force:doc:commands:list Unlocked packages  are intended to provide a repeatable, scriptable and trackable vehicle for introducing and managing change in your orgs.  Scratch Org  is a temporary organization created from DevHub