Release: Slack CLI v2.13.0
Version 2.13.0
of the developer tools for the Slack automations platform has landed!
- We've added an
--all-org-workspace-grants
flag to theapp list
command so you can display all grants instead of only the first three. - We've combined
workspace
andorg
language intoteam
; as such, we have added a--team
flag and deprecated the--workspace
flag. Note that this will not affect the usage of workspace or org when it is necessary to distinguish between them; for example, with thehermes auth list
andtrigger access
commands. - We removed the redirect to the
delete
command when running theuninstall
command, so you may now only uninstall an app rather than deleting the app entirely along with all of its data. - We've updated the CLI installer to align the Deno runtime version with the current version supported by the Slack platform.
- We've updated all
deno-reverse-string
sample app references to usedeno-started-template
instead. - We fixed a bug to create a
usr/local/bin
directory if it is missing when installing the CLI. - We updated some confusing language related to breaking changes.
- We fixed a bug that caused an error when any property setting flags were provided along with the
--trigger-def
flag. - We fixed a bug where descriptions and selected template URLs might be mismatched from the displayed list of samples.