-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Expected Behavior
Support for dotenv files
Actual Behavior
Do not support dotenv files
Motivation
These files are specially useful in order to avoid to type same environment variables multiple times.
In some cases, it also can be helpful to track them with a version controller.
That being said, zx could support this behaviour because:
- we may need these
.envfiles in any folder - we do not want to add
package.jsonand install additional packages - fetching data from remote or any other operation might need credentials that could be stored in these
.envfile
Related
Reactions are currently unavailable