Support JSON as output format for the zally CLI #925
Labels
Comments
|
Note that JSON output has previously been discussed under #648 with the conclusion that programmatic access should be using the API directly rather than via the CLI. Will be interesting to see if a different conclusion arises this time :) Perhaps a preferable solution would be to add a new simpler API variant allowing the client to simply POST a raw spec file at the endpoint, without reference to |
|
Yes, that sounds good to me. |
|
API access is still much more complicated than necessary. Unless we simplify the API, I'm open for contributions, that simply forward the response. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


It would be helpful, if the Zally CLI would support JSON as output format (--format json) to be easier to use in CI builds that need to post-process the output report.
Directly using the API is currently not a good option since the API is not able to directly consume the API spec files since they have to be wrapped into another JSON structure (api_definition_string).
The text was updated successfully, but these errors were encountered: