Skip to content

Commit 5100c02

Browse files
srtaalejzimegmwbrooks
authored
feat(install-script): add a create agent CTA to the install script (#444)
Co-authored-by: Eden Zimbelman <zim@o526.net> Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
1 parent 5ee9e10 commit 5100c02

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

scripts/install-dev.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ next_step_message() {
233233
esac
234234
fi
235235
echo -e "🔐 Next, authorize your CLI in your workspace with \`$(bold "$SLACK_CLI_NAME login")\`"
236+
echo -e "🤖 Create AI Agents in Slack with \`$(bold "$SLACK_CLI_NAME create agent")\`"
236237
sleep 0.2
237238
}
238239

scripts/install-windows-dev.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ function next_step_message {
248248
try {
249249
$confirmed_alias | Out-Null
250250
Write-Host "`nYou're all set! Relaunch your terminal to ensure changes take effect."
251-
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``.`n"
251+
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``."
252+
Write-Host " Create AI Agents in Slack with ``$confirmed_alias create agent``.`n"
252253
}
253254
catch {
254255
Write-Error "Slack CLI was not installed."

scripts/install-windows.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ function next_step_message {
239239
try {
240240
$confirmed_alias | Out-Null
241241
Write-Host "`nYou're all set! Relaunch your terminal to ensure changes take effect."
242-
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``.`n"
242+
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``."
243+
Write-Host " Create AI Agents in Slack with ``$confirmed_alias create agent``.`n"
243244
}
244245
catch {
245246
Write-Error "Slack CLI was not installed."

scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ next_step_message() {
231231
esac
232232
fi
233233
echo -e "🔐 Next, authorize your CLI in your workspace with \`$(bold "$SLACK_CLI_NAME login")\`"
234+
echo -e "🤖 Create AI Agents in Slack with \`$(bold "$SLACK_CLI_NAME create agent")\`"
234235
sleep 0.2
235236
}
236237

0 commit comments

Comments
 (0)