File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -248,7 +248,8 @@ function next_step_message {
248248 try {
249249 $confirmed_alias | Out-Null
250250 Write-Host " `n You'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."
Original file line number Diff line number Diff line change @@ -239,7 +239,8 @@ function next_step_message {
239239 try {
240240 $confirmed_alias | Out-Null
241241 Write-Host " `n You'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."
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments