File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
docs/src/content/docs/commands Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
130133All commands support ` --json ` for machine-readable output and ` --fields ` to select specific JSON fields.
131134
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments