Skip to content

Commit 4f16fc7

Browse files
chore: regenerate skill files and command docs
1 parent 56d099c commit 4f16fc7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/src/content/docs/commands/dashboard.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ Delete a widget from a dashboard
126126
|--------|-------------|
127127
| `-i, --index <index>` | Widget index (0-based) |
128128
| `-t, --title <title>` | Widget title to match |
129+
| `-y, --yes` | Skip confirmation prompt |
130+
| `-f, --force` | Force the operation without confirmation |
131+
| `-n, --dry-run` | Show what would happen without making changes |
129132

130133
All commands support `--json` for machine-readable output and `--fields` to select specific JSON fields.
131134

docs/src/content/docs/commands/project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create a new project
2323
| Option | Description |
2424
|--------|-------------|
2525
| `-t, --team <team>` | Team to create the project under |
26-
| `-n, --dry-run` | Validate inputs and show what would be created without creating it |
26+
| `-n, --dry-run` | Show what would happen without making changes |
2727

2828
### `sentry project delete <org/project>`
2929

@@ -40,8 +40,8 @@ Delete a project
4040
| Option | Description |
4141
|--------|-------------|
4242
| `-y, --yes` | Skip confirmation prompt |
43-
| `-f, --force` | Force deletion without confirmation |
44-
| `-n, --dry-run` | Validate and show what would be deleted without deleting |
43+
| `-f, --force` | Force the operation without confirmation |
44+
| `-n, --dry-run` | Show what would happen without making changes |
4545

4646
### `sentry project list <org/project>`
4747

0 commit comments

Comments
 (0)