-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
There may be some commands/plugins that you want to disable on certain environments such as staging.
Criteria
- Add a new environment variable that allows for a comma delimited list of command names.
- The list should be split on
,and then trimmed to interpret the command name- Either examples below should work
command 1, command 2, etccommand 1,command 2,etccommand 1 , command 2 ,etc- Some people just want to see the world burn 🔥
Reactions are currently unavailable