Currently there's no way to programmatically (via CLI or API) trigger/run existing checks and have them fire alerts on failure. We have a set of pre-production checks that we don't need running at any regular cadence (we set them to 24 hours for now) but we trigger them as part of our CI/CD pipeline. We'd like for them to trigger the alerts we defined for those checks even if they're triggered via the CLI. Since this would be a behavior change there probably needs to be a way to opt-in like --fire-alerts. Basically we'd like to replicate the functionality that only exists in the UI to "Schedule Now" but via the CLI.
