Limit response with —json option with cli #449
Unanswered
gituserjava
asked this question in
Q&A
Replies: 1 comment
-
No, this is currently not possible. You could post-process the JSON output with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way we can limit the response that is generated when “—json” option is used in command line?
For a huge api spec, this option is generating huge file with “oldApiSpec”, “newApiSpec”, “newEndpoints”, “oldEndpoints” and in my case for 2000 lines api spec, it created 2,26,822 lines json file.
Can we just generate “newEndpoints”, “oldEndPoints” etc. I mean is there a way it can create json with the contents of text output?
Beta Was this translation helpful? Give feedback.
All reactions