Release: Slack CLI v2.7.0
Version 2.7.0
of the developer tools for the Slack automations platform has arrived!
- We've added a
slack trigger list --type=<string>
flag to only list triggers of a specific type: For example,slack trigger list --type=shortcut
. We've also supported flag values for--type=<string>
areall
,shortcut
,event
,webhook
,scheduled
, andexternal
. - We've added flags to provide values for many interactive prompts. Learn more about the flags available by adding
--help
to any command. For example,slack external-auth add-secret --provider github --secret my-secret-value
. - We've updated the
slack app list
command to improve displaying apps you are not authenticated to access. For example, local apps now display a(local)
label and install status is now shown asStatus: Unknown
. - We removed an incorrect timestamp found in the Slack debug log file.
- The Deno SDK v2.2.0 now displays an error in your editor when you accidentally register duplicate primary keys for
workflow
,function
,datastore
,customType
,event
orprovider
. This helps prevent unexpected behavior at runtime.