Skip to content

Plugin SFDX to update sfdx project and change the dependency version number with external managed packages

License

Notifications You must be signed in to change notification settings

nvuillam/sfdx-change-dependency-version

Repository files navigation

sfdx-change-dependency-version

Allows to change the external packages dependencies versions in local sfdx project files files

Version Downloads/week License

INSTALLATION

    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 )

change-dependency:execute

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

See code: src/commands/change-dependency/execute.ts

About

Plugin SFDX to update sfdx project and change the dependency version number with external managed packages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published