-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(configtree): supports overrides when importing config from files
This commit adds the support for config overrides while importing configurations from files. Users can specify one or more override files and they will be applied to the base configs in order. It is expected that the overrides have the full key hierarchy such that the command is able to match the right override with the base config. Wrike Ticket: https://www.wrike.com/open.htm?id=1459374448
- Loading branch information
1 parent
7943a4a
commit 734e529
Showing
2 changed files
with
126 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters