devbox
devbox copied to clipboard
process compose flags
What problem are you trying to solve?
I am missing the ability to set certain flags for process compose when calling something like 'devbox services up'. For instance I would like to be able to set the process sort order. flag is --sort in process compose.
What solution would you like?
be able to configure process compose flags in devbox.json
Alternatives you've considered
No response
You can do that with --pcflags, but the way it's implemented means you need to pass each "word" separately (might be a bug)
i.e. this works for me on devbox 0.16.0
devbox services up --pcflags "--sort" --pcflags "MEM"