Skip to content

Support for dotenv (.env) files #461

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

Related

#327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions