Skip to content

feat: add support for env files at ws and exec level#292

Merged
jahvon merged 1 commit intomainfrom
envfiles
Aug 13, 2025
Merged

feat: add support for env files at ws and exec level#292
jahvon merged 1 commit intomainfrom
envfiles

Conversation

@jahvon
Copy link
Copy Markdown
Member

@jahvon jahvon commented Aug 13, 2025

This pull request adds support for loading environment variables from .env files at both the workspace and executable parameter levels. It introduces new configuration options, updates documentation and schemas, and includes comprehensive tests for the new functionality.

@jahvon jahvon linked an issue Aug 13, 2025 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 13, 2025

Codecov Report

❌ Patch coverage is 68.26923% with 33 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
internal/utils/env/env.go 76.92% 13 Missing and 5 partials ⚠️
cmd/internal/exec.go 42.30% 10 Missing and 5 partials ⚠️

📢 Thoughts on this report? Let us know!

@jahvon jahvon merged commit 2fd2f98 into main Aug 13, 2025
14 checks passed
@jahvon jahvon deleted the envfiles branch August 13, 2025 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dotenv file parameter type

1 participant