Skip to content

Commit 4d269d9

Browse files
chore: regenerate SKILL.md
1 parent 8de58e3 commit 4d269d9

File tree

1 file changed

+77
-0
lines changed
  • plugins/sentry-cli/skills/sentry-cli

1 file changed

+77
-0
lines changed

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

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Authenticate with Sentry
4444
**Flags:**
4545
- `--token <value> - Authenticate using an API token instead of OAuth`
4646
- `--timeout <value> - Timeout for OAuth flow in seconds (default: 900) - (default: "900")`
47+
- `--log-level - Set log verbosity level`
48+
- `--verbose - Enable verbose (debug-level) logging output`
4749

4850
**Examples:**
4951

@@ -63,6 +65,10 @@ SENTRY_URL=https://sentry.example.com sentry auth login --token YOUR_TOKEN
6365

6466
Log out of Sentry
6567

68+
**Flags:**
69+
- `--log-level - Set log verbosity level`
70+
- `--verbose - Enable verbose (debug-level) logging output`
71+
6672
**Examples:**
6773

6874
```bash
@@ -76,6 +82,8 @@ Refresh your authentication token
7682
**Flags:**
7783
- `--json - Output result as JSON`
7884
- `--force - Force refresh even if token is still valid`
85+
- `--log-level - Set log verbosity level`
86+
- `--verbose - Enable verbose (debug-level) logging output`
7987

8088
**Examples:**
8189

@@ -89,6 +97,8 @@ View authentication status
8997

9098
**Flags:**
9199
- `--show-token - Show the stored token (masked by default)`
100+
- `--log-level - Set log verbosity level`
101+
- `--verbose - Enable verbose (debug-level) logging output`
92102

93103
**Examples:**
94104

@@ -100,12 +110,18 @@ sentry auth status
100110

101111
Print the stored authentication token
102112

113+
**Flags:**
114+
- `--log-level - Set log verbosity level`
115+
- `--verbose - Enable verbose (debug-level) logging output`
116+
103117
#### `sentry auth whoami`
104118

105119
Show the currently authenticated user
106120

107121
**Flags:**
108122
- `--json - Output as JSON`
123+
- `--log-level - Set log verbosity level`
124+
- `--verbose - Enable verbose (debug-level) logging output`
109125

110126
### Org
111127

@@ -118,6 +134,8 @@ List organizations
118134
**Flags:**
119135
- `-n, --limit <value> - Maximum number of organizations to list - (default: "30")`
120136
- `--json - Output JSON`
137+
- `--log-level - Set log verbosity level`
138+
- `--verbose - Enable verbose (debug-level) logging output`
121139

122140
**Examples:**
123141

@@ -134,6 +152,8 @@ View details of an organization
134152
**Flags:**
135153
- `--json - Output as JSON`
136154
- `-w, --web - Open in browser`
155+
- `--log-level - Set log verbosity level`
156+
- `--verbose - Enable verbose (debug-level) logging output`
137157

138158
**Examples:**
139159

@@ -156,6 +176,8 @@ Create a new project
156176
**Flags:**
157177
- `-t, --team <value> - Team to create the project under`
158178
- `--json - Output as JSON`
179+
- `--log-level - Set log verbosity level`
180+
- `--verbose - Enable verbose (debug-level) logging output`
159181

160182
#### `sentry project list <org/project>`
161183

@@ -166,6 +188,8 @@ List projects
166188
- `--json - Output JSON`
167189
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
168190
- `-p, --platform <value> - Filter by platform (e.g., javascript, python)`
191+
- `--log-level - Set log verbosity level`
192+
- `--verbose - Enable verbose (debug-level) logging output`
169193

170194
**Examples:**
171195

@@ -187,6 +211,8 @@ View details of a project
187211
**Flags:**
188212
- `--json - Output as JSON`
189213
- `-w, --web - Open in browser`
214+
- `--log-level - Set log verbosity level`
215+
- `--verbose - Enable verbose (debug-level) logging output`
190216

191217
**Examples:**
192218

@@ -220,6 +246,8 @@ List issues in a project
220246
- `-t, --period <value> - Time period for issue activity (e.g. 24h, 14d, 90d) - (default: "90d")`
221247
- `--json - Output JSON`
222248
- `-c, --cursor <value> - Pagination cursor for <org>/ or multi-target modes (use "last" to continue)`
249+
- `--log-level - Set log verbosity level`
250+
- `--verbose - Enable verbose (debug-level) logging output`
223251

224252
**Examples:**
225253

@@ -264,6 +292,8 @@ Analyze an issue's root cause using Seer AI
264292
**Flags:**
265293
- `--json - Output as JSON`
266294
- `--force - Force new analysis even if one exists`
295+
- `--log-level - Set log verbosity level`
296+
- `--verbose - Enable verbose (debug-level) logging output`
267297

268298
**Examples:**
269299

@@ -291,6 +321,8 @@ Generate a solution plan using Seer AI
291321
- `--cause <value> - Root cause ID to plan (required if multiple causes exist)`
292322
- `--json - Output as JSON`
293323
- `--force - Force new plan even if one exists`
324+
- `--log-level - Set log verbosity level`
325+
- `--verbose - Enable verbose (debug-level) logging output`
294326

295327
**Examples:**
296328

@@ -318,6 +350,8 @@ View details of a specific issue
318350
- `--json - Output as JSON`
319351
- `-w, --web - Open in browser`
320352
- `--spans <value> - Span tree depth limit (number, "all" for unlimited, "no" to disable) - (default: "3")`
353+
- `--log-level - Set log verbosity level`
354+
- `--verbose - Enable verbose (debug-level) logging output`
321355

322356
**Examples:**
323357

@@ -345,6 +379,8 @@ View details of a specific event
345379
- `--json - Output as JSON`
346380
- `-w, --web - Open in browser`
347381
- `--spans <value> - Span tree depth limit (number, "all" for unlimited, "no" to disable) - (default: "3")`
382+
- `--log-level - Set log verbosity level`
383+
- `--verbose - Enable verbose (debug-level) logging output`
348384

349385
**Examples:**
350386

@@ -374,6 +410,7 @@ Make an authenticated API request
374410
- `-i, --include - Include HTTP response status line and headers in the output`
375411
- `--silent - Do not print the response body`
376412
- `--verbose - Include full HTTP request and response in the output`
413+
- `--log-level - Set log verbosity level`
377414

378415
**Examples:**
379416

@@ -426,12 +463,18 @@ CLI-related commands
426463

427464
Send feedback about the CLI
428465

466+
**Flags:**
467+
- `--log-level - Set log verbosity level`
468+
- `--verbose - Enable verbose (debug-level) logging output`
469+
429470
#### `sentry cli fix`
430471

431472
Diagnose and repair CLI database issues
432473

433474
**Flags:**
434475
- `--dry-run - Show what would be fixed without making changes`
476+
- `--log-level - Set log verbosity level`
477+
- `--verbose - Enable verbose (debug-level) logging output`
435478

436479
#### `sentry cli setup`
437480

@@ -445,6 +488,8 @@ Configure shell integration
445488
- `--no-completions - Skip shell completion installation`
446489
- `--no-agent-skills - Skip agent skill installation for AI coding assistants`
447490
- `--quiet - Suppress output (for scripted usage)`
491+
- `--log-level - Set log verbosity level`
492+
- `--verbose - Enable verbose (debug-level) logging output`
448493

449494
#### `sentry cli upgrade <version>`
450495

@@ -454,6 +499,8 @@ Update the Sentry CLI to the latest version
454499
- `--check - Check for updates without installing`
455500
- `--force - Force upgrade even if already on the latest version`
456501
- `--method <value> - Installation method to use (curl, brew, npm, pnpm, bun, yarn)`
502+
- `--log-level - Set log verbosity level`
503+
- `--verbose - Enable verbose (debug-level) logging output`
457504

458505
### Repo
459506

@@ -467,6 +514,8 @@ List repositories
467514
- `-n, --limit <value> - Maximum number of repositories to list - (default: "30")`
468515
- `--json - Output JSON`
469516
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
517+
- `--log-level - Set log verbosity level`
518+
- `--verbose - Enable verbose (debug-level) logging output`
470519

471520
### Team
472521

@@ -480,6 +529,8 @@ List teams
480529
- `-n, --limit <value> - Maximum number of teams to list - (default: "30")`
481530
- `--json - Output JSON`
482531
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
532+
- `--log-level - Set log verbosity level`
533+
- `--verbose - Enable verbose (debug-level) logging output`
483534

484535
**Examples:**
485536

@@ -510,6 +561,8 @@ List logs from a project
510561
- `-f, --follow <value> - Stream logs (optionally specify poll interval in seconds)`
511562
- `--trace <value> - Filter logs by trace ID (32-character hex string)`
512563
- `--json - Output as JSON`
564+
- `--log-level - Set log verbosity level`
565+
- `--verbose - Enable verbose (debug-level) logging output`
513566

514567
**Examples:**
515568

@@ -555,6 +608,8 @@ View details of a specific log entry
555608
**Flags:**
556609
- `--json - Output as JSON`
557610
- `-w, --web - Open in browser`
611+
- `--log-level - Set log verbosity level`
612+
- `--verbose - Enable verbose (debug-level) logging output`
558613

559614
**Examples:**
560615

@@ -591,6 +646,8 @@ List recent traces in a project
591646
- `-s, --sort <value> - Sort by: date, duration - (default: "date")`
592647
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
593648
- `--json - Output as JSON`
649+
- `--log-level - Set log verbosity level`
650+
- `--verbose - Enable verbose (debug-level) logging output`
594651

595652
#### `sentry trace view <args...>`
596653

@@ -600,6 +657,8 @@ View details of a specific trace
600657
- `--json - Output as JSON`
601658
- `-w, --web - Open in browser`
602659
- `--spans <value> - Span tree depth limit (number, "all" for unlimited, "no" to disable) - (default: "3")`
660+
- `--log-level - Set log verbosity level`
661+
- `--verbose - Enable verbose (debug-level) logging output`
603662

604663
#### `sentry trace logs <args...>`
605664

@@ -611,6 +670,8 @@ View logs associated with a trace
611670
- `-t, --period <value> - Time period to search (e.g., "14d", "7d", "24h"). Default: 14d - (default: "14d")`
612671
- `-n, --limit <value> - Number of log entries (1-1000) - (default: "100")`
613672
- `-q, --query <value> - Additional filter query (Sentry search syntax)`
673+
- `--log-level - Set log verbosity level`
674+
- `--verbose - Enable verbose (debug-level) logging output`
614675

615676
### Issues
616677

@@ -627,6 +688,8 @@ List issues in a project
627688
- `-t, --period <value> - Time period for issue activity (e.g. 24h, 14d, 90d) - (default: "90d")`
628689
- `--json - Output JSON`
629690
- `-c, --cursor <value> - Pagination cursor for <org>/ or multi-target modes (use "last" to continue)`
691+
- `--log-level - Set log verbosity level`
692+
- `--verbose - Enable verbose (debug-level) logging output`
630693

631694
### Orgs
632695

@@ -639,6 +702,8 @@ List organizations
639702
**Flags:**
640703
- `-n, --limit <value> - Maximum number of organizations to list - (default: "30")`
641704
- `--json - Output JSON`
705+
- `--log-level - Set log verbosity level`
706+
- `--verbose - Enable verbose (debug-level) logging output`
642707

643708
### Projects
644709

@@ -653,6 +718,8 @@ List projects
653718
- `--json - Output JSON`
654719
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
655720
- `-p, --platform <value> - Filter by platform (e.g., javascript, python)`
721+
- `--log-level - Set log verbosity level`
722+
- `--verbose - Enable verbose (debug-level) logging output`
656723

657724
### Repos
658725

@@ -666,6 +733,8 @@ List repositories
666733
- `-n, --limit <value> - Maximum number of repositories to list - (default: "30")`
667734
- `--json - Output JSON`
668735
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
736+
- `--log-level - Set log verbosity level`
737+
- `--verbose - Enable verbose (debug-level) logging output`
669738

670739
### Teams
671740

@@ -679,6 +748,8 @@ List teams
679748
- `-n, --limit <value> - Maximum number of teams to list - (default: "30")`
680749
- `--json - Output JSON`
681750
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
751+
- `--log-level - Set log verbosity level`
752+
- `--verbose - Enable verbose (debug-level) logging output`
682753

683754
### Logs
684755

@@ -694,6 +765,8 @@ List logs from a project
694765
- `-f, --follow <value> - Stream logs (optionally specify poll interval in seconds)`
695766
- `--trace <value> - Filter logs by trace ID (32-character hex string)`
696767
- `--json - Output as JSON`
768+
- `--log-level - Set log verbosity level`
769+
- `--verbose - Enable verbose (debug-level) logging output`
697770

698771
### Traces
699772

@@ -709,6 +782,8 @@ List recent traces in a project
709782
- `-s, --sort <value> - Sort by: date, duration - (default: "date")`
710783
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
711784
- `--json - Output as JSON`
785+
- `--log-level - Set log verbosity level`
786+
- `--verbose - Enable verbose (debug-level) logging output`
712787

713788
### Whoami
714789

@@ -720,6 +795,8 @@ Show the currently authenticated user
720795

721796
**Flags:**
722797
- `--json - Output as JSON`
798+
- `--log-level - Set log verbosity level`
799+
- `--verbose - Enable verbose (debug-level) logging output`
723800

724801
## Output Formats
725802

0 commit comments

Comments
 (0)