diff --git a/docs/guides/installing-the-slack-cli-for-mac-and-linux.md b/docs/guides/installing-the-slack-cli-for-mac-and-linux.md index ee768f7c..5fb9c97f 100644 --- a/docs/guides/installing-the-slack-cli-for-mac-and-linux.md +++ b/docs/guides/installing-the-slack-cli-for-mac-and-linux.md @@ -105,9 +105,9 @@ typescript 4.* **4\. Download the** `slack` **CLI installer for your environment.** -   Download for macOS (.tar.gz) +   Download for macOS (.tar.gz) -   Download for Linux (.tar.gz) +   Download for Linux (.tar.gz) **5\. Add the** `slack` **CLI to your path.** @@ -120,7 +120,7 @@ typescript 4.* ``` $ slack version -Using slack v3.2.0 +Using slack v3.3.0 ``` **7\. Verify that all dependencies have been installed.** diff --git a/docs/guides/installing-the-slack-cli-for-windows.md b/docs/guides/installing-the-slack-cli-for-windows.md index 3687ae7e..a4b9c6c0 100644 --- a/docs/guides/installing-the-slack-cli-for-windows.md +++ b/docs/guides/installing-the-slack-cli-for-windows.md @@ -127,7 +127,7 @@ typescript 4.* **4\. Download the** `slack` **CLI installer for your environment.** -   Windows (.zip) +   Windows (.zip) **5\. Add the** `slack` **CLI to your path.** @@ -140,7 +140,7 @@ typescript 4.* **6\. Verify that** `slack` **is installed and in your path:** ``` $ slack version -Using slack v3.2.0 +Using slack v3.3.0 ``` **7\. Verify that all dependencies have been installed.** diff --git a/docs/reference/experiments.md b/docs/reference/experiments.md index 3fddd3e9..79793c74 100644 --- a/docs/reference/experiments.md +++ b/docs/reference/experiments.md @@ -8,15 +8,15 @@ The following is a list of currently available experiments. We'll remove experim * `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)). - * `slack run` supports creating and installing Bolt Framework apps that have the manifest source set to "app settings (remote)" ([PR#111](https://github.com/slackapi/slack-cli/pull/111)). - * `--experiment bolt-install` is now enabled by default ([PR#112](https://github.com/slackapi/slack-cli/pull/112)). * `read-only-collaborators`: enables creating and modifying collaborator permissions via the `slack collaborator` commands. ## Experiments changelog Below is a list of updates related to experiments. -* **June 2025**: Enabled the `bolt-install` experiment by default to support using `slack run` with apps that have a manifest source set to "app settings" (remote). +* **June 2025**: + * Updated the `slack run` command to create and install new and existing Bolt framework projects configured with app settings as the source of truth (remote manifest). + * Added support for creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest). New Bolt projects are now configured to have apps managed by app settings rather than by project. When running a project for local development, the app and bot tokens are automatically set, and no longer require developers to export them as environment variables. Existing Bolt projects will continue to work with a project (local) manifest, and linking an app from app settings will configure the project to be managed by app settings (remote manifest). In an upcoming release, support for installing and deploying apps managed by app settings will be implemented. * **May 2025**: Added the experiment `bolt-install` to enable creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest). * **February 2025**: Added full Bolt framework support to the Slack CLI and removed the features from behind the experiment flag. See the changelog announcement [here](https://docs.slack.dev/changelog/2025/02/27/slack-cli-release). * **August 2024**: Added the `bolt` experiment for the `slack create` command.