Lerna-Lite changed commmand - List local packages that have changed since the last tagged release
npm install @lerna-lite/changed


lerna changed) - Changed command [optional] 🕜List local packages that have changed since the last tagged release
---
``sh
npm install @lerna-lite/changed -D
Usage
The output of
lerna changed is a list of packages that would be the subjects of the next lerna version or lerna publish execution.`sh
$ lerna changed
package-1
package-2
`Note:
lerna.json configuration for lerna publish _and_ lerna version also affects
lerna changed, e.g. command.publish.ignoreChanges.Options
lerna changed supports all of the flags supported by lerna ls:--json
- --ndjson
- -a, --all
- -l, --long
- -p, --parseable
- --toposort
- --graphUnlike
lerna ls, however, lerna changed does not support filter options, as filtering is not supported by lerna version or lerna publish.lerna changed supports the following options of lerna version (the others are irrelevant):--conventional-graduate.
- --force-conventional-graduate.
- --force-publish.
- --ignore-changes.
- --include-merged-tags`.