0.1.1-alpha.74 • Published 6 years ago
pgdbi-cli v0.1.1-alpha.74
pgdbi-cli
a command line tool to easily run pgdbi
Install
$ npm install --global pgdbi-cli
Usage
$ pgdbi
pgdbi-cli
Options:
--help Show help [boolean]
--version Show version number [boolean]
-v, --verbose [boolean] [required] [default: false]
-c, --postgres-connection postgres connection uri: https://www.postgresql.org
/docs/10/libpq-connect.html#id-1.7.3.8.3.6
[required]
-s, --schemata-to-graphql comma-delimited list of schemas to expose via
postgraphile. ex: "schema_one,schema_two"
[required]
-p, --port the port on which to expose pgdbi
[number] [default: 5000]
-q, --enable-sqitch sqitch inspector will be enabled
[boolean] [default: false]```
-- example using docker for postgres
$ pgdbi -c postgres://postgres:1234@0.0.0.0/DB_NAME -s schema_one,schema_two
0.1.1-alpha.74
6 years ago
0.1.1-alpha.72
6 years ago
0.1.1-alpha.71
6 years ago
0.1.1-alpha.70
6 years ago
0.1.1-alpha.69
6 years ago
0.1.1-alpha.68
6 years ago
0.0.22
6 years ago
0.0.21
6 years ago
0.0.20
6 years ago
0.0.13
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago
0.0.0
6 years ago