Skip to content

Commit 9821b07

Browse files
chore: regenerate skill files
1 parent 5401713 commit 9821b07

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

docs/public/.well-known/skills/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"description": "Guide for using the Sentry CLI to interact with Sentry from the command line. Use when the user asks about viewing issues, events, projects, organizations, making API calls, or authenticating with Sentry via CLI.",
66
"files": [
77
"SKILL.md",
8+
"references/alert.md",
89
"references/api.md",
910
"references/auth.md",
1011
"references/dashboards.md",

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,15 @@ Make an authenticated API request
254254

255255
→ Full flags and examples: `references/api.md`
256256

257+
### Alert
258+
259+
Manage Sentry alert rules
260+
261+
- `sentry alert issues list <org/project>` — List issue alert rules
262+
- `sentry alert metrics list <org/>` — List metric alert rules
263+
264+
→ Full flags and examples: `references/alert.md`
265+
257266
### Cli
258267

259268
CLI-related commands
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: sentry-cli-alert
3+
version: 0.21.0-dev.0
4+
description: Sentry CLI alert commands
5+
requires:
6+
bins: ["sentry"]
7+
auth: true
8+
---
9+
10+
# alert Commands
11+
12+
Manage Sentry alert rules
13+
14+
### `sentry alert issues list <org/project>`
15+
16+
List issue alert rules
17+
18+
**Flags:**
19+
- `-w, --web - Open in browser`
20+
- `-n, --limit <value> - Maximum number of issue alert rules to list - (default: "30")`
21+
- `-f, --fresh - Bypass cache, re-detect projects, and fetch fresh data`
22+
- `-c, --cursor <value> - Navigate pages: "next", "prev", "first" (or raw cursor string)`
23+
24+
### `sentry alert metrics list <org/>`
25+
26+
List metric alert rules
27+
28+
**Flags:**
29+
- `-w, --web - Open in browser`
30+
- `-n, --limit <value> - Maximum number of metric alert rules to list - (default: "30")`
31+
- `-f, --fresh - Bypass cache, re-detect projects, and fetch fresh data`
32+
- `-c, --cursor <value> - Navigate pages: "next", "prev", "first" (or raw cursor string)`
33+
34+
All commands also support `--json`, `--fields`, `--help`, `--log-level`, and `--verbose` flags.

0 commit comments

Comments
 (0)