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.
If the "sfdx-source-dependencies" folders are empty execute the following command.
git submodule update --init --recursive
If those folders contain code, then ensure you have the latest updates with ...
git submodule update --recursive --remote
- fflib-apex-mocks
- fflib-apex-common
- force-di
- at4dx
For each dependent project in the above order
cd
into the root folder- Run
sf project deploy start -d . -o {scratch-org-name}