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 More Configs Successively #3

Open
kferrone opened this issue Jan 29, 2020 · 1 comment
Open

Load More Configs Successively #3

kferrone opened this issue Jan 29, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kferrone
Copy link
Owner

kferrone commented Jan 29, 2020

Ability to load a config, and then load another one later. This would overlay the new values from the new config over the existing values which were already loaded.

config.load('somefile.yaml'); // first time
config.load({ foo: 'bar' }); // load again to overlay new values
@kferrone kferrone added the enhancement New feature or request label Jan 29, 2020
@kferrone kferrone self-assigned this Jan 29, 2020
@kferrone
Copy link
Owner Author

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

No branches or pull requests

1 participant