-
-
Notifications
You must be signed in to change notification settings - Fork 196
[Feature] Allow to override some environment variable when using composer dump-env
.
#679
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
Comments
--set FOO=bar could work. Up to give it a try? |
You can also use a valid shell command in a .env file. |
I get
You mean trying to implement it @nicolas-grekas ? |
Yes :) |
Just a quick note: I also think the logic should be part of the |
This can be achieved by dumping the extra env vars in eg |
During my deployment I would like to add the current git commit SHA to my env variables.
I would have expect to run something like
Or
To dynamically override the value of the MY_ENV_VAR.
Does this option exists ? Wdyt about adding it ?
The text was updated successfully, but these errors were encountered: