Release: Slack CLI v3.10.0
Version 3.10.0 of the developer tools for the Slack platform is here!
- We've added the
slack app unlinkcommand, which removes an existing App ID from your project (it will not delete the app from Slack). - We've added support for read-only app collaborators (applicable to deployed Deno apps only):
- To add a new collaborator as read-only, use the
slack collaborator add --permission-type=readercommand. - To update an existing collaborator to be read-only, use the
slack collaborator update --permission-type=readercommand. - To assign a collaborator as an owner, use the
--permission-type=ownerflag.
- To add a new collaborator as read-only, use the