Release: Slack CLI v2.6.0
Version 2.6.0
of the developer tools for the Slack automations platform has arrived!
- The
.github
directory will no longer be included in new projects created from one of our sample apps. - We've updated our support email to
feedback@slack.com
—email us for assistance if your app returns an internal error code. - The
slack app list
command now returnsStatus: Installed
instead ofStatus: Unknown
for an installed app. - When using the CLI in a non-interactive environment, such as in a CI pipeline, selection prompts will error and suggest a flag alternative to use instead of hanging indefinitely.
- Trigger generation prompts will be automatically skipped when using
slack run
orslack deploy
in a non-interactive environment, regardless of how many triggers might exist. - We've clarified admin approval requirements when installing to a workspace that has Admin-Approved Apps enabled.
- Socket connections are now gracefully closed when ending a
slack run
session. - Improved typeahead suggestions for the
type
field offunctions
anddatastores
were made in the Deno SDK.