Commit 7bd09ea
authored
fix(create-slack-app): drop --experiment=sandboxes flag (#87)
* fix(create-slack-app): drop --experiment=sandboxes flag
The `sandboxes` experiment was removed from `slackapi/slack-cli` — the flag
is no longer registered (`internal/experiment/experiment.go`) and none of
the `cmd/sandbox/*` commands gate on it. Passing `--experiment=sandboxes`
is dead weight, and copy/pasting it into a modern CLI just adds noise.
Uses plain `slack sandbox list` and `slack sandbox create` in the skill.
* chore: add changeset for sandbox experiment flag removal1 parent cc8d442 commit 7bd09ea
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments