@lerna-lite/changed
TypeScript icon, indicating that this package has built-in type declarations

3.4.0 • Public • Published

License: MIT npm npm

@lerna-lite/changed

(lerna changed) - Changed command [optional] 🕜

List local packages that have changed since the last tagged release


Installation

npm install @lerna-lite/changed -D

# then use it (see usage below)
lerna changed

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.

$ 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:

Unlike 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):

Readme

Keywords

none

Package Sidebar

Install

npm i @lerna-lite/changed

Weekly Downloads

3,210

Version

3.4.0

License

MIT

Unpacked Size

8.39 kB

Total Files

9

Last publish

Collaborators

  • ghiscoding