Skip to content

Commit a8729f4

Browse files
chore: regenerate SKILL.md
1 parent cc9ebd4 commit a8729f4

File tree

1 file changed

+4
-8
lines changed
  • plugins/sentry-cli/skills/sentry-cli

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -500,32 +500,29 @@ Update the Sentry CLI to the latest version
500500

501501
Manage Sentry dashboards
502502

503-
#### `sentry dashboard list`
503+
#### `sentry dashboard list <org/project>`
504504

505505
List dashboards
506506

507507
**Flags:**
508-
- `-o, --org <value> - Organization slug`
509508
- `-w, --web - Open in browser`
510509
- `--json - Output as JSON`
511510
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
512511

513-
#### `sentry dashboard view <arg0>`
512+
#### `sentry dashboard view <args...>`
514513

515514
View a dashboard
516515

517516
**Flags:**
518-
- `-o, --org <value> - Organization slug`
519517
- `-w, --web - Open in browser`
520518
- `--json - Output as JSON`
521519
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
522520

523-
#### `sentry dashboard create <arg0>`
521+
#### `sentry dashboard create <args...>`
524522

525523
Create a dashboard
526524

527525
**Flags:**
528-
- `-o, --org <value> - Organization slug`
529526
- `--widget-json <value> - Path to JSON file containing widget definitions`
530527
- `--json - Output as JSON`
531528
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
@@ -718,12 +715,11 @@ Initialize Sentry in your project
718715

719716
List dashboards
720717

721-
#### `sentry dashboards`
718+
#### `sentry dashboards <org/project>`
722719

723720
List dashboards
724721

725722
**Flags:**
726-
- `-o, --org <value> - Organization slug`
727723
- `-w, --web - Open in browser`
728724
- `--json - Output as JSON`
729725
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`

0 commit comments

Comments
 (0)