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-grantsflag to theapp listcommand so you can display all grants instead of only the first three. - We've combined
workspaceandorglanguage intoteam; as such, we have added a--teamflag and deprecated the--workspaceflag. 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 listandtrigger accesscommands. - We removed the redirect to the
deletecommand when running theuninstallcommand, 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-stringsample app references to usedeno-started-templateinstead. - We fixed a bug to create a
usr/local/bindirectory 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-defflag. - We fixed a bug where descriptions and selected template URLs might be mismatched from the displayed list of samples.