Lerna-Lite commands CLI
Available commands are shown below
@lerna-lite/cli
CLI for the init
, info
, publish
, version
and optional commands, the CLI must be called via lerna <command>
(where command is any of the commands shown below). You can see some more usage samples below.
Note: Please note that the changed
, diff
, exec
, list
and run
commands are optional packages and must be installed separately.
Installation
npm install @lerna-lite/cli -D -W
lerna info
lerna version
lerna publish
npx lerna publish
npx lerna version
Usage
For all available options of each command, follow any of the command link shown below:
- included with CLI
- optional commands (requires a separate install, refer to the installation table)