Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T18:13:57.000Z (over 1 year ago)
- Last Synced: 2024-09-24T09:37:16.479Z (about 2 months ago)
- Topics: hacktoberfest, heroku, heroku-cli, heroku-cli-plugin, heroku-toolbelt, pgcli
- Language: TypeScript
- Homepage:
- Size: 398 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
heroku-pgcli
============pgcli plugin for Heroku CLI
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/heroku-pgcli.svg)](https://npmjs.org/package/heroku-pgcli)
[![Downloads/week](https://img.shields.io/npm/dw/heroku-pgcli.svg)](https://npmjs.org/package/heroku-pgcli)
[![License](https://img.shields.io/npm/l/heroku-pgcli.svg)](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