envsafe icon indicating copy to clipboard operation
envsafe copied to clipboard

feat: Add `inputOnly` option for exclusive input utilization

Open snaka opened this issue 1 year ago • 0 comments

This commit adds the inputOnly option to EnvsafeOpts, enabling exclusive use of input values and enhancing typo detection. When inputOnly is set to true, envsafe disregards runtime environment variable references and solely relies on the provided input values.

This improvement ensures better reliability and prevents unnoticed typos in environment variable references that were previously masked by fallback values.


I strongly agree with the opinion that there could be a better name than "inputOnly" for the introduced option.

Closes #146

snaka avatar Apr 28 '23 00:04 snaka