Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 114 additions & 3 deletions AGENTS.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/sentry-cli/skills/sentry-cli/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ CLI-related commands

Manage Sentry dashboards

- `sentry dashboard list <org/project>` — List dashboards
- `sentry dashboard list <org/title-filter...>` — List dashboards
- `sentry dashboard view <args...>` — View a dashboard
- `sentry dashboard create <args...>` — Create a dashboard
- `sentry dashboard widget add <args...>` — Add a widget to a dashboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ requires:

Manage Sentry dashboards

### `sentry dashboard list <org/project>`
### `sentry dashboard list <org/title-filter...>`

List dashboards

**Flags:**
- `-w, --web - Open in browser`
- `-n, --limit <value> - Maximum number of dashboards to list - (default: "30")`
- `-f, --fresh - Bypass cache, re-detect projects, and fetch fresh data`
- `-c, --cursor <value> - Pagination cursor (use "last" to continue from previous page)`

**Examples:**

Expand Down
Loading
Loading