Skip to content

john-storey-devops/at4dx-playground

Repository files navigation

Salesforce DX Project: Next Steps

Now that you’ve created a Salesforce DX project, what’s next? Here are some documentation resources to get you started.

How Do You Plan to Deploy Your Changes?

Do you want to deploy a set of changes, or create a self-contained application? Choose a development model.

Configure Your Salesforce DX Project

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.

Deployment

Fetch Dependent Projects

First time

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

Deploy Dependency Projects

Order

  1. fflib-apex-mocks
  2. fflib-apex-common
  3. force-di
  4. at4dx

Process

For each dependent project in the above order

  1. cd into the root folder
  2. Run sf project deploy start -d . -o {scratch-org-name}

Read All About It

About

Playful usage of the AT4DX framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published