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 390c36e0..20712510 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 @@ -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.** @@ -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 ``` diff --git a/docs/guides/installing-the-slack-cli-for-windows.md b/docs/guides/installing-the-slack-cli-for-windows.md index 7cab46d9..04aedc67 100644 --- a/docs/guides/installing-the-slack-cli-for-windows.md +++ b/docs/guides/installing-the-slack-cli-for-windows.md @@ -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.** -   Windows (.zip) +   Windows (.zip) **3\. Add the** `slack` **CLI to your path.** @@ -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 ``` diff --git a/docs/reference/commands/slack_app_settings.md b/docs/reference/commands/slack_app_settings.md index 7c2c5325..050e869f 100644 --- a/docs/reference/commands/slack_app_settings.md +++ b/docs/reference/commands/slack_app_settings.md @@ -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 diff --git a/docs/reference/commands/slack_init.md b/docs/reference/commands/slack_init.md index ac85be37..b5ad131a 100644 --- a/docs/reference/commands/slack_init.md +++ b/docs/reference/commands/slack_init.md @@ -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 diff --git a/docs/reference/commands/slack_project_init.md b/docs/reference/commands/slack_project_init.md index 5926d57c..607d3a1e 100644 --- a/docs/reference/commands/slack_project_init.md +++ b/docs/reference/commands/slack_project_init.md @@ -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