Skip to content

Commit 8eb274a

Browse files
chore: regenerate docs
1 parent 0559f1e commit 8eb274a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • plugins/sentry-cli/skills/sentry-cli/references

plugins/sentry-cli/skills/sentry-cli/references/local.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Start the local dev server and tail events
2020
- `-H, --host <value> - Hostname to bind to (default localhost) - (default: "localhost")`
2121
- `-q, --quiet - Suppress per-envelope tail output`
2222
- `-f, --filter <value>... - Only show items of this type (repeatable: error, transaction, log)`
23+
- `-F, --format <value> - Output format: human (default) or json (NDJSON) - (default: "human")`
2324

2425
### `sentry local run <command...>`
2526

@@ -49,6 +50,8 @@ sentry local -f error -f log
4950
sentry local --quiet
5051

5152
sentry local -f error -f log # only errors and logs
53+
54+
sentry local --format json
5255
```
5356

5457
All commands also support `--json`, `--fields`, `--help`, `--log-level`, and `--verbose` flags.

0 commit comments

Comments
 (0)