You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Guo-Zhang
changed the title
export to
feature suggestion: export to .env change to import from .env
Jun 17, 2021
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.
The text was updated successfully, but these errors were encountered: