Open cidrblock opened 1 year ago
We already have the --all
parameter, which sets the scenario name to None
which Scenarios interprets as all. An additional filter list could flow through to Scenarios to limit that list beyond allowing a single name.
Do we potentially want more nuanced scenario filtering, say as in molecule --include scenario1 --include scenario2
or molecule --all --exclude scenario4 --exclude scenario5
?
As a user I want to specify a subset of molecule scenarios to run.
Use cases:
Example:
Assume we have introduced the ability to share state and invetory between scenarios. Assume the default scenario is responsible for provisioning.