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: docs/reference/cli/server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ powerpipe server
19
19
|-|-
20
20
| `--dashboard-timeout int` | Set the dashboard execution timeout, in seconds. The default is `0` (no timeout).
21
21
| `--database` | ***DEPRECATED - See [Setting the Database](/docs/build/mod-database) for the new syntax.*** Sets the [database that Powerpipe will connect to](/docs/run#selecting-a-database). This defaults to the local Steampipe database, but can be any PostgreSQL, MySQL, DuckDB, or SQLite database.
22
-
| `--listen string` | Accept connections from `local` (localhost only) or `network` (all interfaces / IP addresses) (default `network`).
22
+
| `--listen string` | Accept connections from `local` (localhost only) or `network` (all interfaces / IP addresses) (default `local`).
23
23
| `--port int` | Web server port (default `9033`).
24
24
| `--var string=string` | Specify the value of a variable. Multiple `--var` arguments may be passed.
25
25
| `--var-file string`| Specify a `.ppvar` file containing variable values.
0 commit comments