Skip to content

Commit 2fb83f4

Browse files
chore: release slack-cli v4.3.0
1 parent 0d384e6 commit 2fb83f4

4 files changed

Lines changed: 26 additions & 18 deletions

File tree

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_4.2.0_macOS_arm64.tar.gz)
102+
🍎 ⚡️ [**Download for macOS Apple Silicon (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.3.0_macOS_arm64.tar.gz)
103103

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

106-
🐧 💾 [**Download for Linux (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_linux_64-bit.tar.gz)
106+
🐧 💾 [**Download for Linux (.tar.gz)**](https://downloads.slack-edge.com/slack-cli/slack_cli_4.3.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 v4.2.0
124+
Using slack v4.3.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
@@ -102,7 +102,7 @@ Manual installation allows you to customize certain paths used when installing t
102102

103103
**2\. Download the** `slack` **CLI installer for your environment.**
104104

105-
<ts-icon class="ts_icon_windows"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_4.2.0_windows_64-bit.zip"><strong>Windows (.zip)</strong></a>
105+
<ts-icon class="ts_icon_windows"></ts-icon> &nbsp; <a href="https://downloads.slack-edge.com/slack-cli/slack_cli_4.3.0_windows_64-bit.zip"><strong>Windows (.zip)</strong></a>
106106

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

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

119119
```pwsh
120120
$ slack version
121-
Using slack v4.2.0
121+
Using slack v4.3.0
122122
```
123123

124124
</TabItem>

docs/reference/commands/slack_create.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ slack create [name | agent <name>] [flags]
1616
## Flags
1717

1818
```
19-
-b, --branch string name of git branch to checkout
20-
-h, --help help for create
21-
--list list available app templates
22-
-n, --name string name for your app (overrides the name argument)
23-
--subdir string subdirectory in the template to use as project
24-
-t, --template string template URL for your app
19+
-b, --branch string name of git branch to checkout
20+
-E, --environment string environment to save existing app (local, deployed)
21+
-h, --help help for create
22+
--list list available app templates
23+
-n, --name string name for your app (overrides the name argument)
24+
--subdir string subdirectory in the template to use as project
25+
-t, --template string template URL for your app
2526
```
2627

2728
## Global flags
@@ -56,6 +57,9 @@ $ slack create --name my-project
5657
5758
# Create from a subdirectory of a template
5859
$ slack create my-project -t org/monorepo --subdir apps/my-app
60+
61+
# Create from template and link to an existing app
62+
$ slack create my-project -t slack-samples/bolt-js-starter-template --app A0123456789 --environment local
5963
```
6064

6165
## See also

docs/reference/commands/slack_project_create.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ slack project create [name | agent <name>] [flags]
1616
## Flags
1717

1818
```
19-
-b, --branch string name of git branch to checkout
20-
-h, --help help for create
21-
--list list available app templates
22-
-n, --name string name for your app (overrides the name argument)
23-
--subdir string subdirectory in the template to use as project
24-
-t, --template string template URL for your app
19+
-b, --branch string name of git branch to checkout
20+
-E, --environment string environment to save existing app (local, deployed)
21+
-h, --help help for create
22+
--list list available app templates
23+
-n, --name string name for your app (overrides the name argument)
24+
--subdir string subdirectory in the template to use as project
25+
-t, --template string template URL for your app
2526
```
2627

2728
## Global flags
@@ -56,6 +57,9 @@ $ slack create --name my-project
5657
5758
# Create from a subdirectory of a template
5859
$ slack create my-project -t org/monorepo --subdir apps/my-app
60+
61+
# Create from template and link to an existing app
62+
$ slack create my-project -t slack-samples/bolt-js-starter-template --app A0123456789 --environment local
5963
```
6064

6165
## See also

0 commit comments

Comments
 (0)