https://github.com/techgaun/heroku-pgcli
pgcli plugin for Heroku CLI
https://github.com/techgaun/heroku-pgcli
hacktoberfest heroku heroku-cli heroku-cli-plugin heroku-toolbelt pgcli
Last synced: 16 days ago
JSON representation
pgcli plugin for Heroku CLI
- Host: GitHub
- URL: https://github.com/techgaun/heroku-pgcli
- Owner: techgaun
- Created: 2019-01-17T02:17:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T04:10:25.000Z (4 months ago)
- Last Synced: 2025-06-01T20:31:08.036Z (about 1 month ago)
- Topics: hacktoberfest, heroku, heroku-cli, heroku-cli-plugin, heroku-toolbelt, pgcli
- Language: TypeScript
- Homepage:
- Size: 482 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
heroku-pgcli
============pgcli plugin for Heroku CLI
[](https://oclif.io)
[](https://npmjs.org/package/heroku-pgcli)
[](https://npmjs.org/package/heroku-pgcli)
[](https://github.com/techgaun/heroku-pgcli/blob/master/package.json)* [Usage](#usage)
* [Development](#development)# Usage
```sh-session
$ heroku plugins:install heroku-pgcli # install$ heroku pgcli -a core-stage # by default, uses DATABASE_URL
Running pgcli on DATABASE_URL...
Server: PostgreSQL 10.6
Version: 2.0.2
Chat: https://gitter.im/dbcli/pgcli
Mail: https://groups.google.com/forum/#!forum/pgcli
Home: http://pgcli.com
random>$ heroku pgcli POSTGRESQL_ORANGE_URL -a core-stage # custom name for postgresql
Running pgcli on DATABASE_URL...
Server: PostgreSQL 10.6
Version: 2.0.2
Chat: https://gitter.im/dbcli/pgcli
Mail: https://groups.google.com/forum/#!forum/pgcli
Home: http://pgcli.com
random>
...
```
# Development- `heroku plugins:link`
- `heroku pgcli`
- `HEROKU_DEBUG=1` to print debugging statements
- `HEROKU_DEBUG_HEADERS=1` to also get the headers
- `DEBUG=*` to get lots of internal debug output