akauppi / GroundLevel-firebase-es

[ANCHORED] Stencil for operational web apps
https://groundlevel-sep22.web.app/
Other
23 stars 3 forks source link

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

Open akauppi opened 1 year ago

akauppi commented 1 year ago

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.