Release: Slack CLI v2.21.0
Version 2.21.0 of the developer tools for the Slack automations platform has sprung!
- You can now display runtime versions for your application's execution environment using the
doctorhook. To enjoy the improvedslack doctorcommand experience, existing Deno Slack SDK-based apps must have theirdeno-slack-hooksdependency upgraded to the latest version (v1.3.0). - By relying only on the
get-manifesthook when attempting to get a manifest rather than checking for aslack.yamlfile, we now surface any errors that are returned when getting the manifest. - We removed the possibility of an error when generating the message boundary hook protocol, and now preserve spacing in logged outputs.
- We corrected a few typos behind the scenes.