griffin init
Initialize Griffin in the current directory. Creates agriffin.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).