Open
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
.env
files in any folder - we do not want to add
package.json
and install additional packages - fetching data from remote or any other operation might need credentials that could be stored in these
.env
file