devbox icon indicating copy to clipboard operation
devbox copied to clipboard

process compose flags

Open henrikschristensen opened this issue 3 months ago • 1 comments

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

henrikschristensen avatar Sep 01 '25 09:09 henrikschristensen

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"

jay-aye-see-kay avatar Sep 16 '25 05:09 jay-aye-see-kay