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
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