unicodeveloper / heroku-cheatsheet

Heroku commands to perform several tasks..Cheatsheet of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroku-cheatsheet

Heroku cli commands to perform several tasks..Cheatsheet of Life

app-name refers to the name of your app on heroku

heroku pg:info --app app-name - Displays all the info about the postgresql database that your app uses

heroku pg:psql --app app-name - Logs into heroku postgresql database and gives you psql interface

About

Heroku commands to perform several tasks..Cheatsheet of Life