From 3be38bda07a7e71fd3b1406481abb6d948ea1973 Mon Sep 17 00:00:00 2001 From: "slack-cli-releaser[bot]" <122933866+slack-cli-releaser[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 22:18:33 +0000 Subject: [PATCH] chore: release slack-cli v4.7.0 --- ...talling-the-slack-cli-for-mac-and-linux.md | 10 +-- .../installing-the-slack-cli-for-windows.md | 4 +- docs/reference/commands/slack_app.md | 1 + docs/reference/commands/slack_app_request.md | 66 +++++++++++++++++++ docs/reference/errors.md | 16 +++++ 5 files changed, 90 insertions(+), 7 deletions(-) create mode 100644 docs/reference/commands/slack_app_request.md 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 1d6a2dd3..88de9cd7 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,13 +99,13 @@ 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_4.6.0_macOS_arm64.tar.gz) +🍎 ⚡️ [**Download for macOS Apple Silicon (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.7.0_macOS_arm64.tar.gz) -🍏 🪨 [**Download for macOS Intel (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.6.0_macOS_amd64.tar.gz) +🍏 🪨 [**Download for macOS Intel (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.7.0_macOS_amd64.tar.gz) -🐧 💾 [**Download for Linux x86_64 (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.6.0_linux_amd64.tar.gz) +🐧 💾 [**Download for Linux x86_64 (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.7.0_linux_amd64.tar.gz) -🐧 💪 [**Download for Linux ARM64 (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.6.0_linux_arm64.tar.gz) +🐧 💪 [**Download for Linux ARM64 (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.7.0_linux_arm64.tar.gz) **3\. Add the** `slack` **CLI to your path.** @@ -123,7 +123,7 @@ We recommend using an alias if another `slack` binary exists. To do this, change ```sh $ slack version -Using slack v4.6.0 +Using slack v4.7.0 ``` diff --git a/docs/guides/installing-the-slack-cli-for-windows.md b/docs/guides/installing-the-slack-cli-for-windows.md index f05b2fd9..d50a6794 100644 --- a/docs/guides/installing-the-slack-cli-for-windows.md +++ b/docs/guides/installing-the-slack-cli-for-windows.md @@ -102,7 +102,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.** @@ -118,7 +118,7 @@ We recommend using an alias if another `slack` binary exists. To do this, change ```pwsh $ slack version -Using slack v4.6.0 +Using slack v4.7.0 ``` diff --git a/docs/reference/commands/slack_app.md b/docs/reference/commands/slack_app.md index 781023ac..8a7a4534 100644 --- a/docs/reference/commands/slack_app.md +++ b/docs/reference/commands/slack_app.md @@ -50,6 +50,7 @@ $ slack app delete # Delete an app and app info from a team * [slack app install](/tools/slack-cli/reference/commands/slack_app_install/) - Install the app to a team * [slack app link](/tools/slack-cli/reference/commands/slack_app_link/) - Add an existing app to the project * [slack app list](/tools/slack-cli/reference/commands/slack_app_list/) - List teams with the app installed +* [slack app request](/tools/slack-cli/reference/commands/slack_app_request/) - Check approval requests to install the app * [slack app settings](/tools/slack-cli/reference/commands/slack_app_settings/) - Open app settings for configurations * [slack app uninstall](/tools/slack-cli/reference/commands/slack_app_uninstall/) - Uninstall the app from a team * [slack app unlink](/tools/slack-cli/reference/commands/slack_app_unlink/) - Remove a linked app from the project diff --git a/docs/reference/commands/slack_app_request.md b/docs/reference/commands/slack_app_request.md new file mode 100644 index 00000000..f000809e --- /dev/null +++ b/docs/reference/commands/slack_app_request.md @@ -0,0 +1,66 @@ +# `slack app request` + +Check approval requests to install the app + +## Description + +Check the status of your most recent request to have the app approved for +install. + +Requests are searched on the team of the authenticated account. An account of +a workspace that belongs to an organization also searches that organization, +while an account of an organization searches the organization alone. + +Other workspaces of an organization can be searched with the --workspace-ids +flag. + +Searches are made with the credentials of an authenticated account chosen +with the --team flag or a prompt. + +Apps saved to a project are chosen with a prompt, but any app can be checked +by app ID with the --app flag, which does not require a project. + +``` +slack app request [flags] +``` + +## Flags + +``` + -h, --help help for request + --workspace-ids strings also check these workspaces of an organization, + with a maximum of 50 workspaces +``` + +## Global flags + +``` + --accessible use accessible prompts for screen readers + -a, --app string use a specific app ID or environment + --config-dir string use a custom path for system config directory + -e, --experiment strings use the experiment(s) in the command + -f, --force ignore warnings and continue executing command + --no-color remove styles and formatting from outputs + -s, --skip-update skip checking for latest version of CLI + -w, --team string select workspace or organization by team name or ID + --token string set the access token associated with a team + -v, --verbose print debug logging and additional info +``` + +## Examples + +``` +# Check requests to install an app +$ slack app request + +# Check requests for an app outside a project +$ slack app request --app A0123456789 + +# Check requests on certain workspaces of an organization +$ slack app request --workspace-ids T0123456789,T9876543210 +``` + +## See also + +* [slack app](/tools/slack-cli/reference/commands/slack_app/) - Install, uninstall, and list teams with the app installed + diff --git a/docs/reference/errors.md b/docs/reference/errors.md index b89fa9f6..a92ae367 100644 --- a/docs/reference/errors.md +++ b/docs/reference/errors.md @@ -626,6 +626,14 @@ Approval is pending review --- +### feature_not_enabled {#feature_not_enabled} + +**Message**: This feature is not enabled for the team + +**Remediation**: Reach out to an admin for additional information + +--- + ### feedback_name_invalid {#feedback_name_invalid} **Message**: The name of the feedback is invalid @@ -1341,6 +1349,14 @@ Read about manifest sourcing with the `slack manifest info --help` command --- +### restricted_action {#restricted_action} + +**Message**: The requested action is not allowed for a specified team + +**Remediation**: Check that each team belongs to the organization of the authenticated account + +--- + ### restricted_plan_level {#restricted_plan_level} **Message**: Your Slack plan does not have access to the requested feature