Skip to content

Commit 02c23d0

Browse files
chore: regenerate SKILL.md
1 parent 07d3d53 commit 02c23d0

File tree

1 file changed

+9
-1
lines changed
  • plugins/sentry-cli/skills/sentry-cli

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,14 @@ View a dashboard
523523
Create a dashboard
524524

525525
**Flags:**
526-
- `--widget-json <value> - Path to JSON file containing widget definitions`
526+
- `--widget-title <value> - Inline widget title`
527+
- `--widget-display <value> - Inline widget display type (line, bar, table, big_number, ...)`
528+
- `--widget-dataset <value> - Inline widget dataset (default: spans)`
529+
- `--widget-query <value>... - Inline widget aggregate (e.g. count, p95:span.duration)`
530+
- `--widget-where <value> - Inline widget search conditions filter`
531+
- `--widget-group-by <value>... - Inline widget group-by column (repeatable)`
532+
- `--widget-sort <value> - Inline widget order by (prefix - for desc)`
533+
- `--widget-limit <value> - Inline widget result limit`
527534
- `--json - Output as JSON`
528535
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
529536

@@ -710,6 +717,7 @@ Initialize Sentry in your project
710717
- `-y, --yes - Non-interactive mode (accept defaults)`
711718
- `--dry-run - Preview changes without applying them`
712719
- `--features <value>... - Features to enable: errors,tracing,logs,replay,metrics`
720+
- `-t, --team <value> - Team slug to create the project under`
713721

714722
### Dashboards
715723

0 commit comments

Comments
 (0)