Skip to content
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

Improve user and script-usage by having consistent flags that would disable "pretty" features and prioritize JSON responses #361

Open
rhamzeh opened this issue Jul 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@rhamzeh
Copy link
Member

rhamzeh commented Jul 9, 2024

Currently our scripts have different flag for usage by people that focuses on improving DX (emojis, statuses, progress bars, using non-JSON for display), and others like the models have a flag to display in parsable JSON syntax.

We should settle on consistent global flags that users can turn on when using scripts or in CI that would disable all pretty features and focuses on parsability.

We should also have a better exposed interface that users can track to understand breaking changes and what values they can retrieve from the outputs.

@rhamzeh rhamzeh added the enhancement New feature or request label Jul 9, 2024
@Siddhant-K-code

This comment was marked as outdated.

@Siddhant-K-code
Copy link
Contributor

I think, we have JSON responses for almost all the commands, could you give any example command output (that might be needed in CI or script) that doesn't give out the JSON res.?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
2 participants