Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.
Do you want to deploy a set of changes, or create a self-contained application? Choose a development model.
The sfdx-project.json
file contains useful configuration information for your project. See Salesforce DX Project Configuration in the Salesforce DX Developer Guide for details about this file.
- Salesforce Extensions Documentation
- Salesforce CLI Setup Guide
- Salesforce DX Developer Guide
- Salesforce CLI Command Reference
sfdx force:source:deploy -x manifest/package.xml sfdx force:lightning:lwc:start sfdx force:source:pull --forceoverwrite https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_develop_any_org.htm sfdx force:source:retrieve -m PermissionSet [CustomTab, CustomApplication]
git add . git commit -m 'NAME' git push -u origin feature/dev3
git add . && git commit -m 'NAME' && git push -u origin feature/dev3