It'd be nice to use ENV vars within the config or some way of passing in variables on the CLI: e.g. ```yml baseUrl: "{{ FOO_BAR }}" ``` And then using the env var or passing in a var like `-e FOO_BAR="baz"`
It'd be nice to use ENV vars within the config or some way of passing in variables on the CLI:
e.g.
And then using the env var or passing in a var like
-e FOO_BAR="baz"