Module1.Command Line Primer
- Print Working Directory and Change Directory
- Make a New Folder
- Make and delete a New File
Module2.Command Line Primer(Windows)
- Learning Resources
Module3.Text Editors
- Install Visual Studio Code and Plugins for Salesforce Development
- Install the ‘code’ command
Module 4.SFDX Setup and Basic Commands
- Sign Up for A Dev Hub Org Trail
- Install the SFDX CLI
- Create a Scratch Org
- Pushing and Pulling Code to/from Scratch Orgs
Module 5.Git Primer
- Setup Git and GitHub
- Commit changes to your Repo and Push to Git Hub
- Create and switch to a new branch
Module 6.Add Git to Yours SFDX Project
Module 7.Manage Users with SFDX
- Create a User
- Create a User and Specify Username/Email
- Generate a Password and List Users
Module 8.Schemas
- Display the Schema for an Object
- List the Object for a Category
Module 9.Manage Data with SFDX
- Execute SOQL with SFDX
- Create a Resource
- Read a Record
- Delete a Record
- Update a Record
Module 10.Apex with SFDX
- Execute Anonymous Apex Code
- View Logs
- Create an Apex Class
Module 11.Deploying with SFDX
- Section Intro
- Get the Repo for this Section
- Push to Scratch Org
- Push to Dev/Sandbox Org
Module 12.Next Steps
- App Development and Continuous Integration with SFDX
- Other Learning Resources