Open mootoday opened 2 weeks ago
I have a product that consists of multiple git repositories and hence, multiple Devbox projects. Each runs its own devbox services up command.
devbox services up
A use case I have is for project A to programmatically restart a process in project B.
I can start process-compose with devbox services up --pcport, it'd be great if devbox services attach also exposed the -p / --pcport flags.
devbox services up --pcport
devbox services attach
-p / --pcport
We currently restart the process in project B manually.
What problem are you trying to solve?
I have a product that consists of multiple git repositories and hence, multiple Devbox projects. Each runs its own
devbox services up
command.A use case I have is for project A to programmatically restart a process in project B.
What solution would you like?
I can start process-compose with
devbox services up --pcport
, it'd be great ifdevbox services attach
also exposed the-p / --pcport
flags.Alternatives you've considered
We currently restart the process in project B manually.