Skip to content

Commit 7179a33

Browse files
Update SQL CLI docs
1 parent 012d642 commit 7179a33

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/docs/00300-resources/00200-reference/00100-cli-reference/00100-cli-reference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,12 @@ Runs a SQL query on the database. WARNING: This command is UNSTABLE and subject
292292

293293
* `--anonymous` — Perform this action with an anonymous identity
294294
* `-s`, `--server <SERVER>` — The nickname, host name or URL of the server hosting the database
295+
* `--format <FORMAT>` — Output format for the SQL results
296+
297+
Default value: `text`
298+
299+
Possible values: `text`, `json`
300+
295301
* `-y`, `--yes` — Run non-interactively wherever possible. This will answer "yes" to almost all prompts, but will sometimes answer "no" to preserve non-interactivity (e.g. when prompting whether to log in with spacetimedb.com).
296302
* `--no-config` — Ignore spacetime.json configuration
297303

0 commit comments

Comments
 (0)