GroundLevel-firebase-es
GroundLevel-firebase-es copied to clipboard
Using `--json` flag instead of parsing/grepping Firebase CLI output
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?