You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to create scripts to automate my workflow with devbox, for instance starting a couple of services. It would be nice to have a simple way to get the service status for easy usage in scripts
What solution would you like?
A simple devbox services status <service-name> command that would output either the status code of the service and/or the STATUS column
Alternatives you've considered
Using say devbox services ls | grep "some service" | grep Running works for some scenarios but it's not as flexible as a specific command for this
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve?
I like to create scripts to automate my workflow with devbox, for instance starting a couple of services. It would be nice to have a simple way to get the service status for easy usage in scripts
What solution would you like?
A simple
devbox services status <service-name>
command that would output either the status code of the service and/or theSTATUS
columnAlternatives you've considered
Using say
devbox services ls | grep "some service" | grep Running
works for some scenarios but it's not as flexible as a specific command for thisThe text was updated successfully, but these errors were encountered: