Description
Pain point: I currently have to specify @defaultSensitive=false in my dozens of .env.schema files throughout my monorepo.
Motivation
I want to define it globally once. maybe like https://varlock.dev/reference/cli-commands/#packagejson-configuration ?
Proposed Solution
- package.json#varlock (but which package.lock in monorepo?) root?
- I could only set once in root .env.schema (which I import from everywhere) and then it propogates?
Alternatives
No response
Additional Information
No response
Description
Pain point: I currently have to specify
@defaultSensitive=falsein my dozens of .env.schema files throughout my monorepo.Motivation
I want to define it globally once. maybe like https://varlock.dev/reference/cli-commands/#packagejson-configuration ?
Proposed Solution
Alternatives
No response
Additional Information
No response