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
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.
The text was updated successfully, but these errors were encountered:
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.?
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.
The text was updated successfully, but these errors were encountered: