-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
Description of the problem being solved
Dovetailing on #220 -- I have an app with three triggers. It would be extremely helpful if there were a way to update them all at once.
Context
I know from notes on #220 that there are a wide variety of use cases and configurations; mine is relatively simple:
- This is an internal, single-team app.
- There are three triggers, each currently managed with the
slack trigger
CLI command. - Right now I have two app IDs versions: one for the deployed version and one for local development.
In my ideal world I could run
slack run --update-all-triggers
slack deploy --update-all-triggers
and the right thing would happen.
Alternative solutions
Writing my own little scripts that call all the relevant CLI commands. This is tedious to maintain as I create new triggers, etc.
mroy-seedbox