jetify-com / devbox

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

Expose `devbox services attach -p` #2407

Open mootoday opened 2 weeks ago

mootoday commented 2 weeks ago

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 if devbox services attach also exposed the -p / --pcport flags.

Alternatives you've considered

We currently restart the process in project B manually.