booster
booster copied to clipboard
Build mechanisms to trigger a `ScheduledCommand` from integration tests and/or manually in the local development environment
Feature Request
Description
ScheduledCommands were recently introduced in the local provider, but there's no way to trigger them manually or from integration tests.
Possible Solution
Create a way to cleanly run a scheduled command from code that can be used from integration tests. Build a new boost trigger:scheduled NameOfAScheduledCommandClass command that allows a developer to trigger a scheduled command from the CLI.