Skip to content

Commit 35e1743

Browse files
authored
chore: release slack-cli v3.15.0 (#397)
1 parent 265d8a9 commit 35e1743

File tree

5 files changed

+98
-6
lines changed

5 files changed

+98
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ Manual installation allows you to customize certain paths used when installing t
9999

100100
**2\. Download the** `slack` **CLI installer for your environment.**
101101

102-
🍎 ⚡️ [**Download for macOS Apple Silicon (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.14.0_macOS_arm64.tar.gz)
102+
🍎 ⚡️ [**Download for macOS Apple Silicon (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.15.0_macOS_arm64.tar.gz)
103103

104-
🍏 🪨 [**Download for macOS Intel (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.14.0_macOS_amd64.tar.gz)
104+
🍏 🪨 [**Download for macOS Intel (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.15.0_macOS_amd64.tar.gz)
105105

106-
🐧 💾 [**Download for Linux (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.14.0_linux_64-bit.tar.gz)
106+
🐧 💾 [**Download for Linux (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_3.15.0_linux_64-bit.tar.gz)
107107

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

@@ -121,7 +121,7 @@ We recommend using an alias if another `slack` binary exists. To do this, change
121121

122122
```sh
123123
$ slack version
124-
Using slack v3.14.0
124+
Using slack v3.15.0
125125
```
126126

127127
</TabItem>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Manual installation allows you to customize certain paths used when installing t
8888

8989
**2\. Download the** `slack` **CLI installer for your environment.**
9090

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

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

@@ -104,7 +104,7 @@ We recommend using an alias if another `slack` binary exists. To do this, change
104104

105105
```pwsh
106106
$ slack version
107-
Using slack v3.14.0
107+
Using slack v3.15.0
108108
```
109109

110110
</TabItem>

docs/reference/commands/slack.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ $ slack docs # Open Slack developer docs
6464
* [slack project](slack_project) - Create, manage, and doctor a project
6565
* [slack run](slack_run) - Start a local server to develop and run the app locally
6666
* [slack samples](slack_samples) - List available sample apps
67+
* [slack sandbox](slack_sandbox) - Manage developer sandboxes
6768
* [slack trigger](slack_trigger) - List details of existing triggers
6869
* [slack uninstall](slack_uninstall) - Uninstall the app from a team
6970
* [slack upgrade](slack_upgrade) - Checks for available updates to the CLI or SDK
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# `slack sandbox`
2+
3+
Manage developer sandboxes
4+
5+
## Description
6+
7+
Manage Slack developer sandboxes without leaving your terminal.
8+
Use the --team flag to select the authentication to use for these commands.
9+
10+
Prefer a UI? Head over to
11+
[https://api.slack.com/developer-program/sandboxes](https://api.slack.com/developer-program/sandboxes)
12+
13+
New to the Developer Program? Sign up at
14+
[https://api.slack.com/developer-program/join](https://api.slack.com/developer-program/join)
15+
16+
```
17+
slack sandbox <subcommand> [flags] --experiment=sandboxes
18+
```
19+
20+
## Flags
21+
22+
```
23+
-h, --help help for sandbox
24+
```
25+
26+
## Global flags
27+
28+
```
29+
-a, --app string use a specific app ID or environment
30+
--config-dir string use a custom path for system config directory
31+
-e, --experiment strings use the experiment(s) in the command
32+
-f, --force ignore warnings and continue executing command
33+
--no-color remove styles and formatting from outputs
34+
-s, --skip-update skip checking for latest version of CLI
35+
-w, --team string select workspace or organization by team name or ID
36+
--token string set the access token associated with a team
37+
-v, --verbose print debug logging and additional info
38+
```
39+
40+
## See also
41+
42+
* [slack](slack) - Slack command-line tool
43+
* [slack sandbox list](slack_sandbox_list) - List developer sandboxes
44+
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# `slack sandbox list`
2+
3+
List developer sandboxes
4+
5+
## Description
6+
7+
List details about your developer sandboxes.
8+
9+
The listed developer sandboxes belong to a developer program account
10+
that matches the email address of the authenticated user.
11+
12+
```
13+
slack sandbox list [flags]
14+
```
15+
16+
## Flags
17+
18+
```
19+
-h, --help help for list
20+
--status string Filter by status: active, archived
21+
```
22+
23+
## Global flags
24+
25+
```
26+
-a, --app string use a specific app ID or environment
27+
--config-dir string use a custom path for system config directory
28+
-e, --experiment strings use the experiment(s) in the command
29+
-f, --force ignore warnings and continue executing command
30+
--no-color remove styles and formatting from outputs
31+
-s, --skip-update skip checking for latest version of CLI
32+
-w, --team string select workspace or organization by team name or ID
33+
--token string set the access token associated with a team
34+
-v, --verbose print debug logging and additional info
35+
```
36+
37+
## Examples
38+
39+
```
40+
$ slack sandbox list # List developer sandboxes
41+
$ slack sandbox list --status active # List active sandboxes only
42+
```
43+
44+
## See also
45+
46+
* [slack sandbox](slack_sandbox) - Manage developer sandboxes
47+

0 commit comments

Comments
 (0)