Skip to content
Closed
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
3 changes: 1 addition & 2 deletions docs/reference/experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ The Slack CLI has an experiment (`-e`) flag behind which we put features current

The following is a list of currently available experiments. We'll remove experiments from this page if we decide they are no longer needed or once they are released, in which case we'll make an announcement about the feature's general availability in the [developer changelog](https://docs.slack.dev/changelog).

* `bolt-install`: enables creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest).
* `slack create` and `slack init` now set manifest source to "app settings" (remote) for Bolt JS & Bolt Python projects ([PR#96](https://github.com/slackapi/slack-cli/pull/96)).
* `read-only-collaborators`: enables creating and modifying collaborator permissions via the `slack collaborator` commands.
* `experiment bolt-install`: enables creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest).

## Experiments changelog

Expand Down
Loading