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.
# simple install or install it globally with -g
npm install @lerna-lite/cli -D
# then use it `lerna <command>`
lerna version
lerna publish
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)