Skip to content

feat(config): dotenv file loading #22

@CalvinAllen

Description

@CalvinAllen

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 present

Acceptance Criteria

  • Load .env file automatically (optional)
  • Support per-task dotenv file specification
  • Parse standard dotenv format
  • Don't fail if file doesn't exist (configurable)

Metadata

Metadata

Assignees

Labels

coreCore functionalityfutureFuture feature

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions