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

Load extra .env file as a global CLI flag #67

Open
rdsubhas opened this issue Jan 11, 2017 · 0 comments
Open

Load extra .env file as a global CLI flag #67

rdsubhas opened this issue Jan 11, 2017 · 0 comments
Labels
Milestone

Comments

@rdsubhas
Copy link
Member

rdsubhas commented Jan 11, 2017

Right now, if we want to override flags, one must:

export A=... B=...
# or
set -a
source .env-file
# or
A=... B=... myke doSomething

Proposal to support a CLI flag to load an extra dotenv file:

myke -e test.env doSomething

Could be useful for templating

@rdsubhas rdsubhas changed the title Load extra .env file as a global flag Load extra .env file as a global CLI flag Jan 11, 2017
@rdsubhas rdsubhas modified the milestone: v1.1.0 Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant