Skip to main content

griffin init

Initialize Griffin in the current directory. Creates a griffin.json config file.

griffin validate

Check monitor files for errors without running them.

griffin status

Show the current project, hub connection, and environment configuration.

griffin test

Run monitors locally against their configured endpoints. Useful for validating tests during development.

griffin plan

Preview what changes would be applied to the hub. Shows which monitors will be created, updated, or remain unchanged.
Exits with code 2 if there are pending changes (useful for CI/CD).

griffin apply

Push monitor changes to the hub.

griffin run

Trigger a specific monitor to run immediately.

griffin runs

List recent monitor runs.

griffin metrics

Show monitor metrics summary.