check_env_files
Compare your .env and .env.local files with .env.example to identify and report missing keys, ensuring all required environment variables are present.
Instructions
Compare .env/.env.local against .env.example and report missing keys (keys only, values are never read into the response).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectDir | No | Absolute path to the project directory to check |