Skip to content

Commit 10262d9

Browse files
chore: regenerate skill files
1 parent be6b1cb commit 10262d9

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

plugins/sentry-cli/skills/sentry-cli/SKILL.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,8 @@ Manage Sentry dashboards
204204
- `sentry dashboard list <org/project>` — List dashboards
205205
- `sentry dashboard view <args...>` — View a dashboard
206206
- `sentry dashboard create <args...>` — Create a dashboard
207-
- `sentry dashboard widget add <args...>` — Add a widget to a dashboard
208-
- `sentry dashboard widget edit <args...>` — Edit a widget in a dashboard
209-
- `sentry dashboard widget delete <args...>` — Delete a widget from a dashboard
210207

211-
> Full flags and examples: `references/dashboards.md`
208+
Full flags and examples: `references/dashboards.md`
212209

213210
### Repo
214211

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,14 @@ View a dashboard
3232

3333
Create a dashboard
3434

35+
**Flags:**
36+
- `--widget-title <value> - Inline widget title`
37+
- `--widget-display <value> - Inline widget display type (line, bar, table, big_number, ...)`
38+
- `--widget-dataset <value> - Inline widget dataset (default: spans)`
39+
- `--widget-query <value>... - Inline widget aggregate (e.g. count, p95:span.duration)`
40+
- `--widget-where <value> - Inline widget search conditions filter`
41+
- `--widget-group-by <value>... - Inline widget group-by column (repeatable)`
42+
- `--widget-sort <value> - Inline widget order by (prefix - for desc)`
43+
- `--widget-limit <value> - Inline widget result limit`
44+
3545
All commands also support `--json`, `--fields`, `--help`, `--log-level`, and `--verbose` flags.

0 commit comments

Comments
 (0)