Tools to make it easier to connect to Heroku postgres databases from Postico. You must have Postico installed for this tool to work. If you've never used Postico - it's one of the best Postgres apps for OSX on the market.
INSTALLATION
$ npm install -g @connectedyard/heroku-postico
$ heroku plugins:install @connectedyard/heroku-postico
$ heroku postico
Fetch Heroku postgres databases for a team to choose from a list and connect in Postico.
USAGE
$ heroku postico:open --team=[your heroku team]
Export a folder containing Postico favorite files for all Heroku postgres databases associated with a team.
USAGE
$ heroku postico:export --team=[your heroku team]
Once the favorites are exported, drag & drop the folder onto the postico favorites window.
- Clone the repo.
- CD into the repo and Link the heroku cli to your local working copy:
heroku plugins:link
. - Make your edits and test your changes by running
heroku postico
as you normally would. - Send us a PR and we'll review it.