generated from ApeWorX/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
Sometimes you have multiple bots that you want to control at the same time. Assuming they have similar names, for example in my stablecoin
cluster I have redemptions-<network name>
and compliance-<network name>
, it would be very helpful to be able to use a wildcard (e.g. *
) to fuzzy match multiple names for a command (e.g. silverback cluster bots stop *-optimism
to stop all the bots on optimism, or just silverback cluster bots stop *
to stop all the bots on the cluster) so I don't have to run the same command repetitively
Specification
Allow wildcard matches via *
TBD
Dependencies
n/a
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request