Skip to content

Commit 901bf44

Browse files
chore: regenerate SKILL.md
1 parent 233f5b0 commit 901bf44

File tree

1 file changed

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

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Show the currently authenticated user
108108
**Flags:**
109109
- `--json - Output as JSON`
110110
- `-f, --fresh - Bypass cache and fetch fresh data`
111+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
111112

112113
### Org
113114

@@ -121,6 +122,7 @@ List organizations
121122
- `-n, --limit <value> - Maximum number of organizations to list - (default: "30")`
122123
- `--json - Output JSON`
123124
- `-f, --fresh - Bypass cache and fetch fresh data`
125+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
124126

125127
**Examples:**
126128

@@ -160,6 +162,7 @@ Create a new project
160162
**Flags:**
161163
- `-t, --team <value> - Team to create the project under`
162164
- `--json - Output as JSON`
165+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
163166

164167
#### `sentry project list <org/project>`
165168

@@ -171,6 +174,7 @@ List projects
171174
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
172175
- `-p, --platform <value> - Filter by platform (e.g., javascript, python)`
173176
- `-f, --fresh - Bypass cache and fetch fresh data`
177+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
174178

175179
**Examples:**
176180

@@ -193,6 +197,7 @@ View details of a project
193197
- `--json - Output as JSON`
194198
- `-w, --web - Open in browser`
195199
- `-f, --fresh - Bypass cache and fetch fresh data`
200+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
196201

197202
**Examples:**
198203

@@ -227,6 +232,7 @@ List issues in a project
227232
- `--json - Output JSON`
228233
- `-c, --cursor <value> - Pagination cursor for <org>/ or multi-target modes (use "last" to continue)`
229234
- `-f, --fresh - Bypass cache and fetch fresh data`
235+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
230236

231237
**Examples:**
232238

@@ -272,6 +278,7 @@ Analyze an issue's root cause using Seer AI
272278
- `--json - Output as JSON`
273279
- `--force - Force new analysis even if one exists`
274280
- `-f, --fresh - Bypass cache and fetch fresh data`
281+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
275282

276283
**Examples:**
277284

@@ -300,6 +307,7 @@ Generate a solution plan using Seer AI
300307
- `--json - Output as JSON`
301308
- `--force - Force new plan even if one exists`
302309
- `-f, --fresh - Bypass cache and fetch fresh data`
310+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
303311

304312
**Examples:**
305313

@@ -328,6 +336,7 @@ View details of a specific issue
328336
- `-w, --web - Open in browser`
329337
- `--spans <value> - Span tree depth limit (number, "all" for unlimited, "no" to disable) - (default: "3")`
330338
- `-f, --fresh - Bypass cache and fetch fresh data`
339+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
331340

332341
**Examples:**
333342

@@ -356,6 +365,7 @@ View details of a specific event
356365
- `-w, --web - Open in browser`
357366
- `--spans <value> - Span tree depth limit (number, "all" for unlimited, "no" to disable) - (default: "3")`
358367
- `-f, --fresh - Bypass cache and fetch fresh data`
368+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
359369

360370
**Examples:**
361371

@@ -524,6 +534,7 @@ List logs from a project
524534
- `--trace <value> - Filter logs by trace ID (32-character hex string)`
525535
- `--json - Output as JSON`
526536
- `--fresh - Bypass cache and fetch fresh data`
537+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
527538

528539
**Examples:**
529540

@@ -570,6 +581,7 @@ View details of one or more log entries
570581
- `--json - Output as JSON`
571582
- `-w, --web - Open in browser`
572583
- `-f, --fresh - Bypass cache and fetch fresh data`
584+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
573585

574586
**Examples:**
575587

@@ -607,6 +619,7 @@ List recent traces in a project
607619
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
608620
- `--json - Output as JSON`
609621
- `-f, --fresh - Bypass cache and fetch fresh data`
622+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
610623

611624
#### `sentry trace view <args...>`
612625

@@ -617,6 +630,7 @@ View details of a specific trace
617630
- `-w, --web - Open in browser`
618631
- `--spans <value> - Span tree depth limit (number, "all" for unlimited, "no" to disable) - (default: "3")`
619632
- `-f, --fresh - Bypass cache and fetch fresh data`
633+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
620634

621635
#### `sentry trace logs <args...>`
622636

@@ -646,6 +660,7 @@ List issues in a project
646660
- `--json - Output JSON`
647661
- `-c, --cursor <value> - Pagination cursor for <org>/ or multi-target modes (use "last" to continue)`
648662
- `-f, --fresh - Bypass cache and fetch fresh data`
663+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
649664

650665
### Orgs
651666

@@ -659,6 +674,7 @@ List organizations
659674
- `-n, --limit <value> - Maximum number of organizations to list - (default: "30")`
660675
- `--json - Output JSON`
661676
- `-f, --fresh - Bypass cache and fetch fresh data`
677+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
662678

663679
### Projects
664680

@@ -674,6 +690,7 @@ List projects
674690
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
675691
- `-p, --platform <value> - Filter by platform (e.g., javascript, python)`
676692
- `-f, --fresh - Bypass cache and fetch fresh data`
693+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
677694

678695
### Repos
679696

@@ -718,6 +735,7 @@ List logs from a project
718735
- `--trace <value> - Filter logs by trace ID (32-character hex string)`
719736
- `--json - Output as JSON`
720737
- `--fresh - Bypass cache and fetch fresh data`
738+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
721739

722740
### Traces
723741

@@ -734,6 +752,7 @@ List recent traces in a project
734752
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`
735753
- `--json - Output as JSON`
736754
- `-f, --fresh - Bypass cache and fetch fresh data`
755+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
737756

738757
### Whoami
739758

@@ -746,6 +765,7 @@ Show the currently authenticated user
746765
**Flags:**
747766
- `--json - Output as JSON`
748767
- `-f, --fresh - Bypass cache and fetch fresh data`
768+
- `--fields <value> - Comma-separated fields to include in JSON output (dot.notation supported)`
749769

750770
## Global Options
751771

0 commit comments

Comments
 (0)