workers-sdk
workers-sdk copied to clipboard
🚀 Feature Request: Add flag to hide wrangler CLI UI box
Describe the solution
I'd like to request a cli flag or non-interactive option to be added that hides the CLI UI box that is created by wrangler that gives the following options
[b] open a browser, [d] open Devtools, [l] turn off local mode, [c] clear console, [x] to exit
I get this when running wrangler dev but this would be applicable to any other wrangler command that spawns that box.
My use case for this is I'm using the wrangler CLI in the context of a monorepo (turborepo) which has it's own CLI UI to combine multiple process logs one view and it seems to be pretty incompatible with the wrangler UI as it repeats that box outline for each line logged. I still would like to see the logs that are produced by application just not the "UI" that surrounds it as It's quite hard to view logs this way for me.
I could see how this could also be useful in other non-interative CLI environments as well.
I'm facing same issue with Nx monorepo tool. A feature to hide or disable the UI box will be appreciated.