microsoft / sfs-client

Simple File Solution (SFS) Client
MIT License
15 stars 13 forks source link

Tool: adding a way to save output to a json file #204

Closed arthuraraujo-msft closed 5 months ago

arthuraraujo-msft commented 5 months ago

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.