Add install package dependencies option for package development.

Issue #1366 new
Justin Julicher created an issue

As per the sfdx-project.json file it would look at the JSON and determine the package versions to install.

then using

sfdx force:package:version:list -v DevHub --json 

You can extract the correct package version Id’s and deploy them automatically.

You could also have an option in the create scratch org dialog box to do this ( as you have to create a new scratch org after it has expired).

Comments (4)

  1. Log in to comment