Command line tool for managing BaseCMS project dependencies.
Add @parameter1/base-cms-dependency-tool
as a project dependency via Yarn or npm. You can also add this package globally and use it will all of your @parameter1/base-cms
projects, via yarn global add @parameter1/base-cms-dependency-tool
.
Once installed, run via the command line and target the project path you'd like to update:
basecms-dependencies upgrade ../path-to-your-project
If the package uses Yarn workspaces, all sub-packages will also be updated.