Files
backstage/.changeset/tidy-flies-cheer.md
T
Sayak Mukhopadhyay f8e8307c1f feat: update changeset to reflect broader scope
Signed-off-by: Sayak Mukhopadhyay <mukhopadhyaysayak@gmail.com>
2022-12-29 17:12:13 +05:30

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.