Newer Version Available
Migrate or Import Existing Source
Use the Metadata API to retrieve the code, and then convert your source for use in a
Salesforce DX project.
- Set up your project.
- Retrieve your metadata.
- Convert the metadata formatted source you just retrieved to source format.
- Authorize the Developer Hub org for the project.
- Configure your local project.
- Create a scratch org.
- Push the source from your project to the scratch org.
- Develop the app.
- Pull the source to sync your project and scratch org.
- Run tests.
- Add, commit, and push changes. Create a pull request.
Deploy your app using one of the following methods:
- Build and release your app with managed packages
- Build and release your app using the Metadata API