Replies: 4 comments
|
We do feature requests in Discussions, so I'll move this there. |
0 replies
|
I'd like to take this on. Understanding: Approach:
I'll open a PR once tests pass locally. |
0 replies
|
Opened #13884 with |
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.
turbo query affectedsupports explicit--baseand--headarguments:However,
turbo run --affectedrequires the equivalent range through environment variables:TURBO_SCM_BASE=origin/develop TURBO_SCM_HEAD=HEAD turbo run test --affectedCould
--baseand--headbe supported consistently acrossrun --affected,query affected, and ideallyls --affected?The existing environment variables should remain supported. Explicit flags could follow
query affected’s current precedence and override them.This would make the range visible in the command itself, discoverable through
--help, and easier to configure in CI.Tested with Turborepo 2.10.5.
All reactions