Replies: 2 comments 1 reply
-
|
It'd also be useful b/c I need to run multiple specific package's tasks, i.e., |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
As fate would have it, we just added this last week in this PR! It's available in canary today, and will be a part of next release! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Goals
npx turbonpx turbo @org/foo#taskwould be equivalent ofnpx turbo --filter @org/foo taskNon-goals
No response
Background
When running tasks across the repo, some of them might fail and then turbo reports the failed tasks in a list. It would be very convenient for turbo to accept this same reported
package#taskformat as input so I can copy it and use it in another command while I fix the failed task.Proposal
I'd like turbo to parse the same
package#taskformat it outputs, as inputsBeta Was this translation helpful? Give feedback.
All reactions