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
multiple
flag- Supported for all value source types
file
value source, which loads value(s) from a file path (combine withmultiple = true
for maximum fun!)- Support non-string primitives for simple literal values
- E.g.
VARIABLE1 = 123
orVARIABLE2 = false
- These values will simply be stringified before export, since shells only understand strings anyway
- E.g.
Other
- Improve test coverage!