Newer Version Available
Develop and Test Changes Locally
Develop changes in source format, deploying to and retrieving from your Developer
sandbox.
These steps provide the high-level work flow.
- Create the source control repository.
- Create a DX project.
- Add the DX project files to your source control repository.
- Authorize the Developer sandbox.
- Perform development tasks in your developer sandbox.
-
Retrieve the changes from the developer sandbox. If you have a few changes, you can
indicate a comma-separated list of metadata component names. If you have many changes, you can
use a manifest (package.xml).
1sfdx force:source:retrieve --manifest path/to/package.xml - Commit the changes to the source control repository.
Next: Deploy all changes the team has made to the Developer Pro sandbox, then test
those changes.