What's changed since pre-release v3.0.0-B0122:
- General improvements:
- Breaking change: Moved the
restorecommand to a sub-command ofmoduleby @BernieWhite.
#1730- The functionality of the
restorecommand is now available asmodule restore.
- The functionality of the
- Added CLI commands to list and report status of locked modules by @BernieWhite.
#1729- Added
module initsub-command to initialize the lock file from configured options. - Added
module listsub-command to list locked and unlocked modules associated with the workspace. - Added
versionproperty to the lock file schema to support versioning of the lock file.
- Added
- Breaking change: Moved the
- Engineering:
See change log.