Release: Slack CLI v2.29.1
Version 2.29.1 of the developer tools for the Slack automations platform has arrived!
- We updated the shell called in Windows commands from
pwsh
topowershell
for better backwards compatibility. - We added the ability to retrieve manifest information using the
--source
flag with themanifest info
command. The flag can be set to eitherproject
orremote
. - We fixed an issue to raise any errors in the Slack CLI that may occur when running the
npm install
command. - We fixed a bug to replace the
--workspace
flag recommendation with a--team
flag recommendation.