0.1.1-alpha.74 • Published 5 years ago

pgdbi-cli v0.1.1-alpha.74

Weekly downloads
23
License
MIT
Repository
github
Last release
5 years ago

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

5 years ago

0.1.1-alpha.72

5 years ago

0.1.1-alpha.71

5 years ago

0.1.1-alpha.70

5 years ago

0.1.1-alpha.69

5 years ago

0.1.1-alpha.68

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago