You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Slack CLI is a set of tools critical to building workflow apps. This is your one-stop shop for those tools.
10
9
11
10
✨ **If you've not used the Slack CLI before, we recommend following our [Deno Slack SDK getting started guide](/deno-slack-sdk/guides/getting-started) instead**. We'll still get your wagon loaded up before you depart for the trail, but we'll also give you some additional guidance.
12
11
13
12
⤵️ **If you need to authorize the Slack CLI, [go here](/slack-cli/guides/authorizing-the-slack-cli)**.
14
13
15
-
:::info[The minimum required Slack CLI version for Enterprise Grid as of September 19th, 2023 is `v2.9.0`.]
14
+
:::info[The minimum required Slack CLI version for Enterprise Grid as of September 19th, 2023 is `v2.9.0`.]
16
15
17
16
If you attempt to log in with an older version, you'll receive a `cli_update_required` error from the Slack API. Run `slack upgrade` to get the latest version.
18
17
@@ -32,6 +31,7 @@ the runtime environment for workflow apps. If you have VSCode installed,
<summary>Optional: Use an alias for the Slack CLI binary</summary>
37
37
@@ -61,14 +61,17 @@ If you don't rename the slack binary to a different name, the installation scrip
61
61
There are two optional flags available to customize the installation.
62
62
63
63
1. Specify a version you'd like to install using the version flag, `-v`. The absence of this flag will ensure the latest Slack CLI version is installed.
If you have upgraded your CLI version but your `deno-slack-hooks` version is less than `v1.3.0`, when running `slack doctor`, you will see the following near the end of the output:
141
144
142
145
```
143
-
✔ Configurations (your project's CLI settings)
146
+
✔ Configurations (your project's CLI settings)
144
147
Project ID: 1a2b3c4d-ef5g-67hi-8j9k1l2m3n4o
145
148
146
149
✘ Runtime (foundations for the application)
147
150
Error: The `doctor` hook was not found (sdk_hook_not_found)
148
-
Suggestion: Ensure this hook is implemented in your `slack.json`
151
+
Suggestion: Debug responses from the Slack hooks file (.slack/hooks.json)
The Slack CLI is a set of tools critical to building workflow apps. This is your one-stop shop for those tools.
10
9
11
10
✨ **If you've not used the Slack CLI before, we recommend following our [Deno Slack SDK getting started guide](/deno-slack-sdk/guides/getting-started) instead**. We'll still get your wagon loaded up before you depart for the trail, but we'll also give you some additional guidance.
12
11
13
12
⤵️ **If you need to authorize the Slack CLI, [go here](/slack-cli/guides/authorizing-the-slack-cli)**.
14
13
15
-
:::info[The minimum required Slack CLI version for Enterprise Grid as of September 19th, 2023 is `v2.9.0`.]
14
+
:::info[The minimum required Slack CLI version for Enterprise Grid as of September 19th, 2023 is `v2.9.0`.]
16
15
17
16
If you attempt to log in with an older version, you'll receive a `cli_update_required` error from the Slack API. Run `slack upgrade` to get the latest version.
18
17
@@ -128,6 +127,7 @@ If you have another CLI tool in your path called `slack`, we recommend renaming
128
127
:::
129
128
130
129
**6\. Verify that**`slack`**is installed and in your path:**
130
+
131
131
```
132
132
$ slack version
133
133
Using slack v3.5.1
@@ -136,6 +136,7 @@ Using slack v3.5.1
136
136
**7\. Verify that all dependencies have been installed.**
137
137
138
138
Run the following command:
139
+
139
140
```
140
141
$ slack doctor
141
142
```
@@ -150,7 +151,7 @@ If you have upgraded your CLI version but your `deno-slack-hooks` version is les
150
151
151
152
✘ Runtime (foundations for the application)
152
153
Error: The `doctor` hook was not found (sdk_hook_not_found)
153
-
Suggestion: Ensure this hook is implemented in your `slack.json`
154
+
Suggestion: Debug responses from the Slack hooks file (.slack/hooks.json)
0 commit comments