Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions docs/guides/installing-the-slack-cli-for-mac-and-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ Manual installation allows you to customize certain paths used when installing t

**2\. Download the** `slack` **CLI installer for your environment.**

🍎 ⚡️ [**Download for macOS Apple Silicon (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.11.0_macOS_arm64.tar.gz)
🍎 ⚡️ [**Download for macOS Apple Silicon (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.12.0_macOS_arm64.tar.gz)

🍏 🪨 [**Download for macOS Intel (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.11.0_macOS_amd64.tar.gz)
🍏 🪨 [**Download for macOS Intel (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.12.0_macOS_amd64.tar.gz)

🐧 💾 [**Download for Linux (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.11.0_linux_64-bit.tar.gz)
🐧 💾 [**Download for Linux (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.12.0_linux_64-bit.tar.gz)

**3\. Add the** `slack` **CLI to your path.**

Expand All @@ -121,7 +121,7 @@ We recommend using an alias if another `slack` binary exists. To do this, change

```sh
$ slack version
Using slack v3.11.0
Using slack v3.12.0
```

</TabItem>
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/installing-the-slack-cli-for-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Manual installation allows you to customize certain paths used when installing t

**2\. Download the** `slack` **CLI installer for your environment.**

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

**3\. Add the** `slack` **CLI to your path.**

Expand All @@ -104,7 +104,7 @@ We recommend using an alias if another `slack` binary exists. To do this, change

```pwsh
$ slack version
Using slack v3.11.0
Using slack v3.12.0
```

</TabItem>
Expand Down
3 changes: 1 addition & 2 deletions docs/reference/commands/slack_app_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ slack app settings [flags]
## Examples

```
# Open app settings for a prompted app
$ slack app settings
$ slack app settings # Open app settings dashboard

# Open app settings for a specific app
$ slack app settings --app A0123456789
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/commands/slack_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Adds a .slack directory with the following files:
Adds the Slack CLI hooks dependency to your project:
- Deno: Unsupported
- Node.js: Updates package.json
- Python: Updates requirements.txt
- Python: Updates requirements.txt or pyproject.toml

Installs your project dependencies when supported:
- Deno: Supported
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/commands/slack_project_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Adds a .slack directory with the following files:
Adds the Slack CLI hooks dependency to your project:
- Deno: Unsupported
- Node.js: Updates package.json
- Python: Updates requirements.txt
- Python: Updates requirements.txt or pyproject.toml

Installs your project dependencies when supported:
- Deno: Supported
Expand Down
Loading