Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add turbo ls #366

Closed
ntgussoni opened this issue Dec 20, 2021 · 1 comment
Closed

Add turbo ls #366

ntgussoni opened this issue Dec 20, 2021 · 1 comment

Comments

@ntgussoni
Copy link

Describe the feature you'd like to request

With lerna, we have lerna list or lerna ls. See: https://github.com/lerna/lerna/tree/main/commands/list

This basically lets you list packages and information in a parseable manner and also provides filtering so that you can, for example, do the following:

lerna ls --since origin/master And it will list all packages that changed since a specific commit.

This is useful for pipelines since sometimes you don't want to build and deploy everything unless it actually changed.

I couldn't find an alternative with the available commands today, so I'm just doing it through a bash script but I suppose it's best to streamline it through turborepo just to make sure everything is coherent.

Describe the solution you'd like

Whatever mimics lerna, for my use-case is fine. The important part is the filtering in my case since otherwise it just lists all available packages.

Describe alternatives you've considered

N/A

@ntgussoni
Copy link
Author

#271 might be related

@vercel vercel locked and limited conversation to collaborators Dec 20, 2021
@jaredpalmer jaredpalmer converted this issue into discussion #379 Dec 20, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant