Add wildcard handling to certain silverback cluster
commands
#168
Labels
enhancement
New feature or request
silverback cluster
commands
#168
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 haveredemptions-<network name>
andcompliance-<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 justsilverback cluster bots stop *
to stop all the bots on the cluster) so I don't have to run the same command repetitivelySpecification
Allow wildcard matches via
*
TBD
Dependencies
n/a
The text was updated successfully, but these errors were encountered: