We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use jq or simular to format the output prior to printing to STDOUT or file writting so we don't have to do it in the pipeline or scripts in use.
jq
The text was updated successfully, but these errors were encountered:
Perhaps also add the ability to use the -C color flag to color the output if desired
-C
color
Sorry, something went wrong.
https://stackoverflow.com/questions/4810841/pretty-print-json-using-javascript
JSON.stringify already pretty prints output
coloring output would require a library
No branches or pull requests
Use
jq
or simular to format the output prior to printing to STDOUT or file writting so we don't have to do it in the pipeline or scripts in use.The text was updated successfully, but these errors were encountered: