Skip to content

feat(config): dotenv file loading #22

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

coreCore functionalityfutureFuture feature

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions