griffin env list
List all configured environments.griffin env add
Add a new environment.griffin env remove
Remove an environment.Removing an environment locally does not delete monitors already deployed to the hub. Use
griffin apply <env> --prune to clean up remote monitors.griffin variables
Variables are stored ingriffin.variables.json at the project root, per environment. Use variables pull to discover variable keys from your monitor files and add any missing keys (with a placeholder) to the file.
griffin secrets
Manage per-environment secrets.
See Environments for how environments, variables, and secrets work together.