-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: structured output #285
Comments
As a use-case from
|
Here's my own framing of a use case that was brought to my attention: JSON output enables implementors to build their own presentation layer or Dashboard for this data and display it to their developers within existing deployment pipelines. It integrates well with other tools — like Splunk — to generate reports about which subgraphs are failing (and for which reasons) and display overall deployment health at a glance. |
Description
Several of Rover's commands would benefit from structured output. The working assumption is this would be in the form of JSON payloads of a defined shape (and likely with a defined "envelope" where every command offering structured output would have the same top-level keys and a payload specific to the output).
Working assumption is we'd have a flag like
--json
or--output json
The text was updated successfully, but these errors were encountered: