Skip to content

beAGoodQE/Training-Apex

Repository files navigation

Salesforce DX Project: Next Steps for Brian

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.

Read All About It

SFDX Commands

  1. Authorize sfdx to connect to an org through web and set as default Dev Hub sfdx auth:web:login -r https://d5w000000viyzea4-dev-ed.my.salesforce.com -d

  2. Set default Dev Hub sfdx config:set defaultdevhubusername=DevHubGs0Brk --global

  3. Set default User/Org

sfdx config:set defaultusername=ApexTDX2022 --global
sfdx config:set defaultusername=BrianPoolApp
  1. Open org sfdx force:org:open -u DevHubPersonal

  2. Create a scratch org sfdx force:org:create -f config/project-scratch-def.json -a PoolAppBuilder -d 30 -s

  3. Deploy source code to a scratch org sfdx force:source:deploy -p force-app/main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published