Skip to content

pharos:check --component=<id or name> to run a single check #3

Description

@raym0nz82

What
Running every check to debug one target is noisy. Add --component= (id or exact name) to php artisan pharos:check that runs only that component, ignoring its interval, and prints the result.

Where
app/Console/Commands/RunChecks.phpCheckRunner. Test: two components, flag runs one, the other keeps its last_run_at.

Done when
php artisan pharos:check --component=3 and --component="Website" both work; unknown id/name gives a clear error and exit 1.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions