Skip to content

Commit a9bd0c8

Browse files
chore: regenerate skill files and command docs
1 parent c291a74 commit a9bd0c8

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

docs/src/content/docs/commands/event.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: event
33
description: Event commands for the Sentry CLI
44
---
55

6-
View Sentry events
6+
View and list Sentry events
77

88
## Commands
99

@@ -25,6 +25,27 @@ View details of a specific event
2525
| `--spans <spans>` | Span tree depth limit (number, "all" for unlimited, "no" to disable) (default: "3") |
2626
| `-f, --fresh` | Bypass cache, re-detect projects, and fetch fresh data |
2727

28+
### `sentry event list <issue>`
29+
30+
List events for an issue
31+
32+
**Arguments:**
33+
34+
| Argument | Description |
35+
|----------|-------------|
36+
| `<issue>` | Issue: @latest, @most_frequent, &lt;org&gt;/ID, &lt;project&gt;-suffix, ID, or suffix |
37+
38+
**Options:**
39+
40+
| Option | Description |
41+
|--------|-------------|
42+
| `-n, --limit <limit>` | Number of events (1-1000) (default: "25") |
43+
| `-q, --query <query>` | Search query (Sentry search syntax) |
44+
| `--full` | Include full event body (stacktraces) |
45+
| `-t, --period <period>` | Time period (e.g., "1h", "24h", "7d", "30d") (default: "7d") |
46+
| `-f, --fresh` | Bypass cache, re-detect projects, and fetch fresh data |
47+
| `-c, --cursor <cursor>` | Navigate pages: "next", "prev", "first" (or raw cursor string) |
48+
2849
All commands support `--json` for machine-readable output and `--fields` to select specific JSON fields.
2950

3051
<!-- GENERATED:END -->

docs/src/content/docs/commands/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Sentry CLI provides commands for interacting with various Sentry resources.
1818
| [`repo`](./repo/) | Work with Sentry repositories |
1919
| [`team`](./team/) | Work with Sentry teams |
2020
| [`issue`](./issue/) | Manage Sentry issues |
21-
| [`event`](./event/) | View Sentry events |
21+
| [`event`](./event/) | View and list Sentry events |
2222
| [`log`](./log/) | View Sentry logs |
2323
| [`sourcemap`](./sourcemap/) | Manage sourcemaps |
2424
| [`span`](./span/) | List and view spans in projects or traces |

0 commit comments

Comments
 (0)