Skip to content

Add --scope to ls to determine which packages are being depended upon#382

Closed
Steven-Evans wants to merge 4 commits intolerna:masterfrom
Steven-Evans:master
Closed

Add --scope to ls to determine which packages are being depended upon#382
Steven-Evans wants to merge 4 commits intolerna:masterfrom
Steven-Evans:master

Conversation

@Steven-Evans
Copy link
Copy Markdown

#381

Uses breadth-first search on the packageGraph to determine dependent packages.
Removed dashes from output for easier cli parsing.
Added quiet flag to remove the lerna version message.

Steven Evans added 2 commits October 18, 2016 14:54
…pe depends on

Useful for scripting and deciding which packages are needed for a particular package instead of bootstrapping all packages in a monorepo. Uses a breadth-first search on the package graph to determine the dependencies.
Steven Evans added 2 commits October 18, 2016 15:41
Comment thread bin/lerna.js
" --repo-version Specify repo version to publish",
" --concurrency How many threads to use if lerna parallelises the tasks (defaults to 4)",
" --loglevel What level of logs to report (defaults to \"info\"). On failure, all logs are written to lerna-debug.log in the current working directory.",
" --quiet Don't show current lerna version as first line of output. Useful for `lerna ls`",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually wanted to get rid of the lerna version entirely

Copy link
Copy Markdown
Author

@Steven-Evans Steven-Evans Oct 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a good idea. First PR actually. Can't seem to change the branch the PR is made from. I'll make a PR without the --quiet flag and hold on to that commit until it's removed.

@Steven-Evans
Copy link
Copy Markdown
Author

Closed in favour of #384
Discludes the --quiet flag

@lock
Copy link
Copy Markdown

lock Bot commented Dec 27, 2018

This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock Bot locked as resolved and limited conversation to collaborators Dec 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants