Adding a capability to save output to a JSON file will make it useful to automate tests with the library by using the tool and checking the output JSON of a given piece of content.
What is being changed?
Adding a new switch -o/--outputFile to the client tool, which, when specified, saves the output to a JSON file.
Related Issues
Why is this change being made?
Adding a capability to save output to a JSON file will make it useful to automate tests with the library by using the tool and checking the output JSON of a given piece of content.
What is being changed?
Adding a new switch -o/--outputFile to the client tool, which, when specified, saves the output to a JSON file.
How was the change tested?
Running tool locally.