Skip to content

Commit 53f1124

Browse files
slackapi[bot]technically-tracymwbrooks
authored
docs: release 05-08-25 and backlog updates (#84)
Syncing docs across source repos Co-authored-by: technically-tracy <108959677+technically-tracy@users.noreply.github.com> Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
1 parent 21ed77b commit 53f1124

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

docs/guides/installing-the-slack-cli-for-mac-and-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ typescript 4.*
105105

106106
**4\. Download the** `slack` **CLI installer for your environment.**
107107

108-
<ts-icon class="ts_icon_apple"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.0.5_macOS_64-bit.tar.gz"><strong>Download for macOS (.tar.gz)</strong></a>
108+
<ts-icon class="ts_icon_apple"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.1.0_macOS_64-bit.tar.gz"><strong>Download for macOS (.tar.gz)</strong></a>
109109

110-
<ts-icon class="ts_icon_plug"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.0.5_linux_64-bit.tar.gz"><strong>Download for Linux (.tar.gz)</strong></a>
110+
<ts-icon class="ts_icon_plug"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_3.1.0_linux_64-bit.tar.gz"><strong>Download for Linux (.tar.gz)</strong></a>
111111

112112
**5\. Add the** `slack` **CLI to your path.**
113113

@@ -120,7 +120,7 @@ typescript 4.*
120120

121121
```
122122
$ slack version
123-
Using slack v3.0.5
123+
Using slack v3.1.0
124124
```
125125

126126
**7\. Verify that all dependencies have been installed.**

docs/guides/installing-the-slack-cli-for-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ typescript 4.*
127127

128128
**4\. Download the** `slack` **CLI installer for your environment.**
129129

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

132132
**5\. Add the** `slack` **CLI to your path.**
133133

@@ -140,7 +140,7 @@ typescript 4.*
140140
**6\. Verify that** `slack` **is installed and in your path:**
141141
```
142142
$ slack version
143-
Using slack v3.0.5
143+
Using slack v3.1.0
144144
```
145145

146146
**7\. Verify that all dependencies have been installed.**

docs/reference/commands/slack_feedback.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Share feedback about your experience or project
44

55
### Synopsis
66

7-
Help us make the Slack Platform better by completing a survey
7+
Help us make the Slack Platform better with your feedback
88

99
```
1010
slack feedback [flags]
@@ -13,15 +13,16 @@ slack feedback [flags]
1313
### Examples
1414

1515
```
16-
$ slack feedback # Open a feedback survey in your browser
16+
$ slack feedback
1717
```
1818

1919
### Options
2020

2121
```
2222
-h, --help help for feedback
23-
--name string name of the survey:
24-
platform-improvements
23+
--name string name of the feedback:
24+
slack-cli
25+
slack-platform
2526
2627
--no-prompt run command without prompts
2728
```

0 commit comments

Comments
 (0)