devbox icon indicating copy to clipboard operation
devbox copied to clipboard

[Feature]: Start process-compose gui without restarting processes

Open schof0rl opened this issue 1 year ago • 3 comments

Is your feature request related to a problem you're trying to solve? Please describe. It would be nice, if the services gui could be started separately

Describe the solution you'd like Starting the process-compose separate

Describe alternatives you've considered none

Additional context none

schof0rl avatar Jan 20 '24 07:01 schof0rl

This should be doable if we update the version of Process Compose we are installing, and add a command to re-attach the TUI to the running services. I can investigate this for an upcoming release.

Would something like devbox services status work as a command to reattach the UI?

Lagoja avatar Jan 22 '24 19:01 Lagoja

Oh nice this is a feature I've been wanting too. Would be very happy to see it add (regardless of naming).

A thought on naming status implies something that will print and exit, like ls does. devbox services attach doesn't sound right at first but does align with what process-compose uses. Maybe attach-ui?

jay-aye-see-kay avatar Jan 23 '24 23:01 jay-aye-see-kay

Yes that would be cool

I am working on a k3s plugin and want to see if the services are good enough- would be happy to share the plugin once it is running nice and smooth

schof0rl avatar Jan 24 '24 22:01 schof0rl

This is now available in Devbox 0.13.0 via devbox services attach, provided that you start your services in the background with devbox services up -b.

Lagoja avatar Sep 21 '24 01:09 Lagoja