jetify-com / devbox

Instant, easy, and predictable development environments
https://www.jetify.com/devbox/
Apache License 2.0
8.19k stars 192 forks source link

Pass options to process-compose #1968

Open fdietze opened 4 months ago

fdietze commented 4 months ago

What problem are you trying to solve?

The devbox services (process-compose) tui is overwhelming. I just want to see mixed terminal output without the tui.

What solution would you like?

A way to pass options to process-compose to disable the tui: https://f1bonacc1.github.io/process-compose/tui/?h=tui

devbox services up -- -t=false

Alternatives you've considered

No response