app-config
app-config copied to clipboard
Create `$loadEnv` directive for pulling multiple environment variables at once
Psuedo-code
foo: bar
$loadEnv: 'CONFIG_'
Would load all CONFIG_FOO
, CONFIG_BAR
.
Would have to define parsing strategy for numbers/bools/etc, and ensure naming strategy exactly matches our env
CLI.