f8e8307c1f
Signed-off-by: Sayak Mukhopadhyay <mukhopadhyaysayak@gmail.com>
348 B
348 B
@backstage/config
| @backstage/config |
|---|
| patch |
Adds the ability to coerce values to their boolean representatives.
Values such as "true" 1 on and y will become true when using getBoolean and the opposites false.
This happens particularly when such parameters are used with environmental substitution as environment variables are always strings.