env-select
v0.8.0
v0.8.0
Jul 18 2023 at 13:13 UTC
New Features
- Load multiple values from a single source with the
multipleflag- Supported for all value source types
filevalue source, which loads value(s) from a file path (combine withmultiple = truefor maximum fun!)- Support non-string primitives for simple literal values
- E.g.
VARIABLE1 = 123orVARIABLE2 = false - These values will simply be stringified before export, since shells only understand strings anyway
- E.g.
Other
- Improve test coverage!