Make turbo scan configurable by CLI or turbo.json
#9485
AndreaPontrandolfo
started this conversation in
Ideas
Replies: 0 comments
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
I want to use
turbo scanprogrammatically so my teammates can benefit from it without launching it directly.Problem is, for every "question" that fails, the process exit with
exit code 1.I want to be able to configure
turbo scanso that it only ask the questions that i allow.I'm ok with
turbo scanto fail, but only by the configured "questions".Non-goals
The failure of the process doesn't need to be removed.
Background
Like i said, i need this feature to make it usable programmatically.
There are no alternatives currently.
Proposal
Simply make
turbo scanconfigurable.I don't think i can currently.
Beta Was this translation helpful? Give feedback.
All reactions