Common CLI tools - lunat1cH3ncHman/thepollenreport GitHub Wiki

Some common commands

Local

webpack - build

node server.js - run localhost:3030

heroku pg:pull DATABASE_URL mylocaldb --app thepollenreport - pull the database into a local copy

dropdb mylocaldb - delete the local copy of the database

Ship

git push heroku master - build and deploy

Postgres

heroku pg:info - get database details

heroku pg:psql - start sql cli