-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description
Automatically load environment variables from .env files.
Proposed Syntax
# Per-task
build:
dotenv: .env.production
cmd: npm run build
# Global
config:
dotenv: true # Auto-load .env if presentAcceptance Criteria
- Load
.envfile automatically (optional) - Support per-task dotenv file specification
- Parse standard dotenv format
- Don't fail if file doesn't exist (configurable)