Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ next_step_message() {
esac
fi
echo -e "🔐 Next, authorize your CLI in your workspace with \`$(bold "$SLACK_CLI_NAME login")\`"
echo -e "❯ Create AI Agents in Slack with \`$(bold "$SLACK_CLI_NAME create agent")\`"
sleep 0.2
}

Expand Down
3 changes: 2 additions & 1 deletion scripts/install-windows-dev.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ function next_step_message {
try {
$confirmed_alias | Out-Null
Write-Host "`nYou're all set! Relaunch your terminal to ensure changes take effect."
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``.`n"
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``."
Write-Host " > Create AI Agents in Slack with ``$confirmed_alias create agent``.`n"
}
catch {
Write-Error "Slack CLI was not installed."
Expand Down
3 changes: 2 additions & 1 deletion scripts/install-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ function next_step_message {
try {
$confirmed_alias | Out-Null
Write-Host "`nYou're all set! Relaunch your terminal to ensure changes take effect."
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``.`n"
Write-Host " Then, authorize your CLI in your workspace with ``$confirmed_alias login``."
Write-Host " > Create AI Agents in Slack with ``$confirmed_alias create agent``.`n"
}
catch {
Write-Error "Slack CLI was not installed."
Expand Down
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ next_step_message() {
esac
fi
echo -e "🔐 Next, authorize your CLI in your workspace with \`$(bold "$SLACK_CLI_NAME login")\`"
echo -e "❯ Create AI Agents in Slack with \`$(bold "$SLACK_CLI_NAME create agent")\`"
sleep 0.2
}

Expand Down
Loading