Add pid, namespace, age, health, restarts to services ls#2782
Merged
Lagoja merged 3 commits intojetify-com:mainfrom Feb 26, 2026
Merged
Conversation
Contributor
Author
|
I'm happy to add PID and/or NAMESPACE to this as well. |
Lagoja
approved these changes
Feb 25, 2026
Collaborator
|
@elliotthilaire-ca Tested this and it looks good! PID and Namespace would definitely be useful to add if you have the time. I think checks are blocked on linting/formatting errors. If you can quickly run |
Contributor
Author
|
@Lagoja thanks for taking a look. I've run I tested the newest changes in the same way as before and updated the PR description to reflect the newest changes. |
Lagoja
approved these changes
Feb 26, 2026
Collaborator
|
Thanks again! Will land once checks pass. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds additional output to the
devbox services lscommand to see specifically to see the status of the readiness checks.Without the HEALTH information in the output it's impossible to tell if a service is still booting up or if it is fully up and running based on the readiness check.
Before:
After:
Additional consideration
This PR brings the output of
devbox services lscloser to that ofprocess-compose list -o wide.The output of
process-compose list -o widefor comparison:(The only differences I see is the spacing between columns and no space in the title EXITCODE)
How was it tested?
With a sample process-compose.yaml file and running:
The sample process-compose.yaml file used for testing.
Community Contribution License
All community contributions in this pull request are licensed to the project
maintainers under the terms of the
Apache 2 License.
By creating this pull request, I represent that I have the right to license the
contributions to the project maintainers under the Apache 2 License as stated in
the
Community Contribution License.