Skip to content

Commit c355c71

Browse files
docs: release 06-05-25 (#116)
Syncing docs across source repos Co-authored-by: technically-tracy <[email protected]>
1 parent 6f0afba commit c355c71

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/guides/installing-the-slack-cli-for-mac-and-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ typescript 4.*
105105

106106
**4\. Download the** `slack` **CLI installer for your environment.**
107107

108-
<ts-icon class="ts_icon_apple"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.2.0_macOS_64-bit.tar.gz"><strong>Download for macOS (.tar.gz)</strong></a>
108+
<ts-icon class="ts_icon_apple"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.3.0_macOS_64-bit.tar.gz"><strong>Download for macOS (.tar.gz)</strong></a>
109109

110-
<ts-icon class="ts_icon_plug"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.2.0_linux_64-bit.tar.gz"><strong>Download for Linux (.tar.gz)</strong></a>
110+
<ts-icon class="ts_icon_plug"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.3.0_linux_64-bit.tar.gz"><strong>Download for Linux (.tar.gz)</strong></a>
111111

112112
**5\. Add the** `slack` **CLI to your path.**
113113

@@ -120,7 +120,7 @@ typescript 4.*
120120

121121
```
122122
$ slack version
123-
Using slack v3.2.0
123+
Using slack v3.3.0
124124
```
125125

126126
**7\. Verify that all dependencies have been installed.**

docs/guides/installing-the-slack-cli-for-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ typescript 4.*
127127

128128
**4\. Download the** `slack` **CLI installer for your environment.**
129129

130-
<ts-icon class="ts_icon_windows"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.2.0_windows_64-bit.zip"><strong>Windows (.zip)</strong></a>
130+
<ts-icon class="ts_icon_windows"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.3.0_windows_64-bit.zip"><strong>Windows (.zip)</strong></a>
131131

132132
**5\. Add the** `slack` **CLI to your path.**
133133

@@ -140,7 +140,7 @@ typescript 4.*
140140
**6\. Verify that** `slack` **is installed and in your path:**
141141
```
142142
$ slack version
143-
Using slack v3.2.0
143+
Using slack v3.3.0
144144
```
145145

146146
**7\. Verify that all dependencies have been installed.**

docs/reference/experiments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ The following is a list of currently available experiments. We'll remove experim
88

99
* `bolt-install`: enables creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest).
1010
* `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)).
11-
* `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)).
12-
* `--experiment bolt-install` is now enabled by default ([PR#112](https://github.com/slackapi/slack-cli/pull/112)).
1311
* `read-only-collaborators`: enables creating and modifying collaborator permissions via the `slack collaborator` commands.
1412

1513
## Experiments changelog
1614

1715
Below is a list of updates related to experiments.
1816

19-
* **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).
17+
* **June 2025**:
18+
* 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).
19+
* 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.
2020
* **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).
2121
* **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).
2222
* **August 2024**: Added the `bolt` experiment for the `slack create` command.

0 commit comments

Comments
 (0)