app-config icon indicating copy to clipboard operation
app-config copied to clipboard

Create `$loadEnv` directive for pulling multiple environment variables at once

Open joelgallant opened this issue 3 years ago • 1 comments

Psuedo-code

foo: bar

$loadEnv: 'CONFIG_'

Would load all CONFIG_FOO, CONFIG_BAR.

joelgallant avatar Apr 16 '21 19:04 joelgallant

Would have to define parsing strategy for numbers/bools/etc, and ensure naming strategy exactly matches our env CLI.

joelgallant avatar Apr 16 '21 19:04 joelgallant