Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 482 Bytes

psql.md

File metadata and controls

22 lines (16 loc) · 482 Bytes

heroku psql

open a psql shell to the database

heroku psql [DATABASE]

open a psql shell to the database

USAGE
  $ heroku psql [DATABASE]

OPTIONS
  -a, --app=app            (required) app to run command against
  -c, --command=command    SQL command to run
  -f, --file=file          SQL file to run
  -r, --remote=remote      git remote of app to use
  --credential=credential  credential to use