You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to just copy the name of a failed task and run it with npx turbo
This would mean npx turbo @org/foo#task would be equivalent of npx 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 inputs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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