Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for .env files #1258

Open
jfallows opened this issue Sep 19, 2024 · 0 comments
Open

Support for .env files #1258

jfallows opened this issue Sep 19, 2024 · 0 comments
Labels
needs_triage Unknowns need to be addressed story Feature description from user's perspective

Comments

@jfallows
Copy link
Contributor

Describe the desired outcome from the user's perspective
As devops, I want to be able to source control some environment-based configuration for zilla.yaml.

Acceptance criteria

  • Check for presence of .env file in current directory where zilla start is executed, and use to help resolve ${env.VAR}
  • Allows name of .env file to be overridden by command line argument zilla start --env-file <FILENAME>

Additional context
See https://nodejs.org/dist/latest-v20.x/docs/api/cli.html#--env-fileconfig for details on priority for environment variable resolution.

@jfallows jfallows added story Feature description from user's perspective needs_triage Unknowns need to be addressed labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs_triage Unknowns need to be addressed story Feature description from user's perspective
Projects
None yet
Development

No branches or pull requests

1 participant