Release: Slack CLI v2.6.0
Version 2.6.0 of the developer tools for the Slack automations platform has arrived!
- The
.githubdirectory will no longer be included in new projects created from one of our sample apps. - The
slack app listcommand now returnsStatus: Installedinstead ofStatus: Unknownfor 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 runorslack deployin 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 runsession. - Improved typeahead suggestions for the
typefield offunctionsanddatastoreswere made in the Deno Slack SDK.