[RFC] Abilitity to globally (or in-repo-lly), oput out of all cloud prompts / flags / help / info #7498
Replies: 5 comments
-
If you don't use the login command or specify team id / team slug via command arguments or I have written my on remote cache to avoid cache artefacts being uploaded to Vercel for similar reasons as you and it works well. I don't think hiding it in |
Beta Was this translation helpful? Give feedback.
-
A lot of this was moved quickly over with search and replace for Turborepo.com and Vercel.com during integration. We can revisit language to clarify that it is not Vercel specific |
Beta Was this translation helpful? Give feedback.
-
I mostly don't want devs to be tempted to so easily "try something out" and accidentally expose code |
Beta Was this translation helpful? Give feedback.
-
I'm not sure it's a good pattern to hide CLI args from a help output based on config 🤔. Do you know of any other projects that do this @NullVoxPopuli? |
Beta Was this translation helpful? Give feedback.
-
I do not. But seeing as how the average dev is overwhelmed by 'all the things', i figure it'd be good to configure for a team |
Beta Was this translation helpful? Give feedback.
-
Describe the feature you'd like to request
For my uses, the monorepos I work with are either
I'm still evaluating turborepo for use in our 150+ project monorepo, and I'd like to hide all the cloud/vercel/login information from
--help
output (and block the functionality from working entirely).Describe the solution you'd like
could the
"turbo"
entry in package.json have a setting for disabling cloud/vercel?like,
This would mean:
yarn turbo --help
current
proposed
yarn turbo run --help
current
proposed
Describe alternatives you've considered
I guess I could make another wrapper CLI and parse stdout...
but that doesn't prevent folks from using the underlying commands
Beta Was this translation helpful? Give feedback.
All reactions