Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Actions Status License: MIT npm npm

Lerna-Lite commands CLI

Available commands are shown below


@lerna-lite/cli

CLI will only provide the init command by default, all other commands are entirely optionals and must be installed separately, refer to the installation table from the homepage.

Installation

# simple install or install it globally with -g
npm install @lerna-lite/cli -D

# then use as `lerna <command>`
lerna version
lerna publish

# then use as `lerna <command>` with pnpm
pnpm exec lerna version
pnpm exec lerna publish

Usage

For all available options of each command, follow any of the command link shown below: