Skip to content

[Feature Request] Support multiple loadPaths in package.json #570

@danciudev

Description

@danciudev

Description

I'm working on a repository where I have multiple .env files in different internal packages. I'd like loadPath to support an array of paths to those files and combine them all together without having to create a .env file in the root of the monorepo and use @imports

Motivation

No response

Proposed Solution

"varlock": {
"loadPath": ["./apps/my-package/envs/", "./apps/other/envs/",]
}

Alternatives

No response

Additional Information

No response

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions