You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,5 +21,24 @@ You'll get a prompt for password, once authenticated you'll be in a pgcli sessio
21
21
22
22
## TODOs
23
23
24
-
* See if we can reference the `POSTGRES_ENV_POSTGRES_PASSWORD` variable in as an argument to pgcli, this would allow for automatic connection to the instance.
24
+
* See if we can reference the `POSTGRES_ENV_POSTGRES_PASSWORD` variable in as an argument to pgcli, this would allow for automatic connection to the instance. Looks like from usage there isn't a password option:
25
+
```
26
+
$ pgcli --help
27
+
Usage: pgcli [OPTIONS] DATABASE
28
+
29
+
Options:
30
+
-h, --host TEXT Host address of the postgres database.
31
+
-p, --port INTEGER Port number at which the postgres instance is listening.
32
+
-U, --user TEXT User name to connect to the postgres database.
0 commit comments