[RFC] turbo run (without tasks) and turbo ls
#8811
Closed
anthonyshew
announced in
RFC
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The current vs the old |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This feature has been implemented! Thank you to all who gave feedback on this RFC. If you have issues to report or feature requests related to this feature, please create an Issue or Discussion accordingly! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Turborepo 2.0.9, we've introduced experimental subcommands for repository discoverability. This is especially important in large monorepos, where many teams work together and it's useful to gain a quick understanding of the Package and Task Graphs.
turbo run: Print a list of the tasks available to be used withturbo run.turbo runcommand, but with no tasks listed.turbo ls: Print a list of the packages in the repository.turbo ls <package>: Print the dependencies of a specific package.Both of these commands work with
--filterto refine the printed output to your intended subset of your workspace.To help us make sure these tools are providing you with useful information, we appreciate you trying out these commands on your repository and providing your feedback.
How to try
In a repository using
turbo@>2.0.9Run the commands above.
In a repository using
turbo@<2.0.9You can avoid upgrading your repository by using
npxfor a one-offturbocommand.We look forward to hearing your feedback on this feature!
Beta Was this translation helpful? Give feedback.
All reactions