booster icon indicating copy to clipboard operation
booster copied to clipboard

Build mechanisms to trigger a `ScheduledCommand` from integration tests and/or manually in the local development environment

Open javiertoledo opened this issue 3 years ago • 0 comments

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.

javiertoledo avatar May 19 '22 16:05 javiertoledo