zalando/zally

Support JSON as output format for the zally CLI

Open

#925 opened on Feb 14, 2019

 (3 comments) (0 reactions) (0 assignees)Kotlin (156 forks)auto 404
area: cligood first issuehelp wantedtype: enhancement

Repository metrics

Stars
 (945 stars)
PR merge metrics
 (PR metrics pending)

Description

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).

Contributor guide