lerna add

Add a dependency to matched packages

Options

NameDescription
--concurrencyHow many threads to use when Lerna parallelizes the tasks (defaults to count of logical CPU cores)
--loglevel <loglevel>What level of logs to report. On failure, all logs are written to lerna-debug.log in the current working directory
--max-buffer <bytes>Set a max buffer length for each underlying process call
--no-progressDisable progress bars. This is always the case in a CI environment
--no-sortThe --no-sort option disables sorting, instead executing tasks in an arbitrary order with maximum concurrency
--reject-cyclesFail immediately if a cycle is found (in bootstrap, exec, publish or run)
-h, --helpShow help
-v, --versionShow version number
--scope <glob>Include only packages with names matching the given glob
--ignore <glob>Exclude packages with names matching the given glob
--no-privateExclude private packages. They are included by default
--since [ref]Only include packages that have been changed since the specified ref. If no ref is passed, it defaults to the most-recent tag
--exclude-dependentsExclude all transitive dependents when running a command with --since, overriding the default 'changed' algorithm
--include-dependentsExclude all transitive dependents when running a command with --since, overriding the default 'changed' algorithm
--include-dependenciesInclude all transitive dependencies when running a command regardless of --scope, --ignore, or --since
--include-merged-tagsInclude tags from merged branches when running a command with --since. This is only useful if you do a lot of publishing from feature branches, which is not generally recommended
--devAdd the new package to devDependencies instead of dependencies
--exactAdd the new package with an exact version
--peerAdd the new package to peerDependencies instead of dependencies
--registry <registry>Use a custom registry to install the targeted package
--no-bootstrapSkip the chained lerna bootstrap