-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
needs_triageUnknowns need to be addressedUnknowns need to be addressedstoryFeature description from user's perspectiveFeature description from user's perspective
Description
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
.envfile in current directory wherezilla startis executed, and use to help resolve${env.VAR} - Allows name of
.envfile to be overridden by command line argumentzilla 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs_triageUnknowns need to be addressedUnknowns need to be addressedstoryFeature description from user's perspectiveFeature description from user's perspective