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

Copy parameters file based on ENV #65

Open
ReservedDeveloper opened this issue Oct 8, 2014 · 1 comment
Open

Copy parameters file based on ENV #65

ReservedDeveloper opened this issue Oct 8, 2014 · 1 comment

Comments

@ReservedDeveloper
Copy link

It would be great if you could extract a parameters file based on your current env. The use case is as follows:

  • EnvA has parameter X=1, stored in parameters_envA.yml.dist
  • EnvB has parameter X=2, stored in parameters_envB.yml.dist

You don't necessarily want to merge both param files, as provided by #21, as you'll end up clobbering one setting or the other. If there were some way to examine the current env and add that as an optional prefix/suffix to the extraction, that would be pretty awesome.

@ghost
Copy link

ghost commented Oct 9, 2014

Hello there,

I can most certainly work on that. However, i'm not sure exactly what you are needing me to do and how I go about doing it. Could you provide some sort of example? Thanks!

On Oct 8, 2014, at 6:15 PM, Daniel Lakes notifications@github.com wrote:

It would be great if you could extract a parameters file based on your current env. The use case is as follows:

EnvA has parameter X=1, stored in parameters_envA.yml.dist
EnvB has parameter X=2, stored in parameters_envB.yml.dist
You don't necessarily want to merge both param files, as provided by #21, as you'll end up clobbering one setting or the other. If there were some way to examine the current env and add that as an optional prefix/suffix to the extraction, that would be pretty awesome.


Reply to this email directly or view it on GitHub.=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant