Skip to content

Add dotenv support with auto-load and --env-file flag - #14

Open
ABresting wants to merge 2 commits into
dev-aureliafrom
dev-abhi-dotenv
Open

Add dotenv support with auto-load and --env-file flag#14
ABresting wants to merge 2 commits into
dev-aureliafrom
dev-abhi-dotenv

Conversation

@ABresting

Copy link
Copy Markdown
Collaborator

Summary

  • Auto-loads .env from working directory if present
  • --env-file <path> flag to override with a custom path
  • .env added to .gitignore, .env.example with defaults provided
  • READMEs updated with --env-file usage

Closes #13

Test plan

  • Validator starts and loads .env automatically
  • --env-file <path> overrides auto-load
  • Comments and blank lines in env file are skipped
  • Missing env file exits with clear error

@ABresting ABresting self-assigned this Feb 14, 2026
@ABresting ABresting added the enhancement New feature or request label Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant