Release: Slack CLI v2.18.0
Version 2.18.0 of the developer tools for the Slack automations platform has joined the party!
- The minimum supported PowerShell version as of this release is
v6.0. If you attempt to use an older version of PowerShell, you may encounter errors reading the Slack Configuration file (slack.json) or running theget hookshook. - We've added the ability to put, get, and delete items in bulk in a datastore. Refer to Create or replace items with
putandbulkPut, Retrieve items withgetandbulkGet, and Delete items withdeleteandbulkDelete, respectively. - We've added the ability to import to and export from datastores. Refer to Datastore commands for more details.
- We've added a warning when creating an app from a sample app when the sample app may not have come from a trusted source.
- You can disable this warning temporarily by running the
slack createcommand with the--forceflag. - You can disable this warning permanently by either selecting don't ask again when prompted, or by setting the
trust_unknown_sourcesproperty in yourconfig.jsonfile. - We've fixed an issue so can now use CTRL-C to unhide your cursor when a spinner displays after running
slack deploy. - We've enhanced some error messages and we've improved highlighting matching for help commands.