thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
889 stars 57 forks source link

Use `--json` output? (More stable/future-proof integration) #199

Open dorianmariecom opened 2 years ago

dorianmariecom commented 2 years ago

For instance I see we fetch the app name in plain text and parse it, wouldn't it be easier to use the --json output?

It doesn't look like there are other places where we parse the output though.