Allows to change the external packages dependencies versions in local sfdx project files files
sfdx plugins:install sfdx-change-dependency-version
- Windows users: sfdx plugin generator is bugged on windows (hardcode call of linux rm instruction) , so you may use Git Bash to run this code ( at least while it installs the plugin dependencies )
Allows to change an external package dependency version
USAGE
$ change-dependency:execute OPTIONS
OPTIONS
-f, --folder=folder SFDX project folder containing files
-j, --majorversion=majorversion Major version
-m, --minorversion=minorversion Minor version
-n, --namespace=namespace Namespace of the managed package
DESCRIPTION
EXAMPLE
$ sfdx change-dependency:execute -n FinServ -j 214 -m 7