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
-
Goals
npx turbo
npx turbo @org/foo#task
would be equivalent ofnpx turbo --filter @org/foo task
Non-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#task
format 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#task
format it outputs, as inputsBeta Was this translation helpful? Give feedback.
All reactions