-
Notifications
You must be signed in to change notification settings - Fork 207
[Feature] Allow to see JSON state of runs/volumes/fleets/gateways via CLI/UI #3445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jvstme
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a suggestion regarding naming. Did not look at the implementation yet
|
(just a thought) the |
Agree, next time will do that way! 🙏🏽 |
dstack inspect CLI commandReplaced `dstack inspect run|fleet|volume|gateway` with seprate commands `datack run|fleet|volume|gateway list --json`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on February 19
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
jvstme
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Python part LGTM 👍
Updated how UUID format errors are handled
Better handling edge case (empty ID)
Note
Introduces JSON inspection in both UI and CLI.
Inspecttabs for runs and fleets usingCodeEditor; updates routes (/inspect), tabs, and i18n stringsrun get --json,fleet get --json(by name or--idUUID),gateway get --json, andvolume get --json; prints pretty JSON and proper not-found/UUID errorsruns.getandfleets.getto accept either name or UUID; registersRunCommandin CLI entrypointWritten by Cursor Bugbot for commit 1148df9. This will update automatically on new commits. Configure here.