GroundLevel-firebase-es icon indicating copy to clipboard operation
GroundLevel-firebase-es copied to clipboard

Using `--json` flag instead of parsing/grepping Firebase CLI output

Open akauppi opened this issue 3 years ago • 0 comments
trafficstars

I believe the --json flag is meant to address the difference in use cases between "machine readable" and "human readable". Without that flag the CLI output is not part of our API and you can change it at will, parsing it is not something we explicitly guarantee. source

Try it where we pipe or otherwise analyse firebase command output.

  • What is the JSON output like?

akauppi avatar Oct 25 '22 08:10 akauppi