Configure Your Project
Last updated
Was this helpful?
Last updated
Was this helpful?
Ensure you have in your production org or created a developer org.
Ensure you have authenticated your local development environment to your DevHub. If you are not familiar with the process, you can follow the instructions provided by Salesforce .
Navigate to your sfdx-project.json file and locate the packageDirectories
property.
In the above example, the package directories are
force-app
unpackaged
utils
Add the following additional attributes to the sfdx-project.json and save.
package
versionNumber
Thats the minimal configuration required to run sfp on a project.
Move on to the next chapter to execute sfp commands in this directory.
For detailed configurations on this sfdx-project.json schema for sfp, click .