jetify-com / devbox

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

Add ability to pass arbitrary flags to process-compose #2105

Closed mikeland73 closed 1 month ago

mikeland73 commented 1 month ago

Process Compose has additional features that we don't expose. We try to add these but can't always keep up. In the meantime, we should allow users to pass their own flags as needed.

Change devbox services up to take a new flag called --pcflags. This flag is a string that should be passed on to process compose when it is started.

This is where we start process compose https://github.com/jetify-com/devbox/blob/main/internal/services/manager.go#L153-L160