dart_environment_config icon indicating copy to clipboard operation
dart_environment_config copied to clipboard

feature suggestion: export to .env change to import from .env

Open Guo-Zhang opened this issue 3 years ago • 1 comments

It is so confusing that this package support a feature as export to .env.

Where can we get the env variables locally or in cloud? It must be some common settings, like .env files or CI variables. It is unnecessary to export it, but I often need to import from a .env that is ignored by git and different in local env and cloud env.

With import feature, locally I can use .env file to export the env variables, and user CI env variables in CI pipelines.

Guo-Zhang avatar Jun 17 '21 06:06 Guo-Zhang

Hi. Sorry, for some reason I missed this issue. Could you explain what issue is, since I'm not sure that I'm following?

TatsuUkraine avatar Jul 04 '21 18:07 TatsuUkraine