Skip to content
Draft
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
10 changes: 5 additions & 5 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,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.**

Expand All @@ -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
```

</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 @@ -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.**

<ts-icon class="ts_icon_windows"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_4.6.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_4.7.0_windows_64-bit.zip"><strong>Windows (.zip)</strong></a>

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

Expand All @@ -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
```

</TabItem>
Expand Down
1 change: 0 additions & 1 deletion docs/reference/commands/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ $ slack docs # Open Slack developer docs
* [slack api](/tools/slack-cli/reference/commands/slack_api/) - Call any Slack API method
* [slack app](/tools/slack-cli/reference/commands/slack_app/) - Install, uninstall, and list teams with the app installed
* [slack auth](/tools/slack-cli/reference/commands/slack_auth/) - Add and remove local team authorizations
* [slack blocks](/tools/slack-cli/reference/commands/slack_blocks/) - Build with Block Kit
* [slack collaborator](/tools/slack-cli/reference/commands/slack_collaborator/) - Manage app collaborators
* [slack create](/tools/slack-cli/reference/commands/slack_create/) - Create a new Slack project
* [slack datastore](/tools/slack-cli/reference/commands/slack_datastore/) - Interact with an app's datastore
Expand Down
1 change: 1 addition & 0 deletions docs/reference/commands/slack_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
66 changes: 66 additions & 0 deletions docs/reference/commands/slack_app_request.md
Original file line number Diff line number Diff line change
@@ -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

45 changes: 0 additions & 45 deletions docs/reference/commands/slack_blocks.md

This file was deleted.

56 changes: 0 additions & 56 deletions docs/reference/commands/slack_blocks_preview.md

This file was deleted.

16 changes: 16 additions & 0 deletions docs/reference/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading