Describe the enhancement
Change all the example_crates output format to be JSON.
Use case
Easier output information extraction through jq tool, for better integration with shell script or other external cli tools.
Additional context
I have been using heavily the example_crates to test some workflows, mainly written as shell scripts or similar.
The problem is I find more intuitive to extract information from JSON using jq than use regex to extract the same information from strings.
There are any concerns about changing all the example_crates output format to be in JSON?
Is this change behind the scope of the example_crates or it is a legit enhancement?
May this break the development workflow of anyone testing things with example_crates too?
Describe the enhancement
Change all the
example_cratesoutput format to be JSON.Use case
Easier output information extraction through
jqtool, for better integration with shell script or other external cli tools.Additional context
I have been using heavily the
example_cratesto test some workflows, mainly written as shell scripts or similar.The problem is I find more intuitive to extract information from JSON using
jqthan use regex to extract the same information from strings.There are any concerns about changing all the
example_cratesoutput format to be in JSON?Is this change behind the scope of the
example_cratesor it is a legit enhancement?May this break the development workflow of anyone testing things with
example_cratestoo?