What's changed since pre-release v3.0.0-B0122:
- General improvements:
- Breaking change: Moved the
restore
command to a sub-command ofmodule
by @BernieWhite.
#1730- The functionality of the
restore
command 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 init
sub-command to initialize the lock file from configured options. - Added
module list
sub-command to list locked and unlocked modules associated with the workspace. - Added
version
property to the lock file schema to support versioning of the lock file.
- Added
- Breaking change: Moved the
- Engineering:
See change log.