env_validate
Validate your .env file against .env.example to identify missing required variables and mismatches.
Instructions
Check that .env contains all required variables from .env.example and flag any mismatches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | ||
| env_path | No | Path to .env file | .env |
| example_path | No | Path to .env.example | .env.example |