- @voleger opened merge request.
- πΊπ¦Ukraine voleger Ukraine, Rivne
Updates here:
- added the test for a new feature
- updated override provider
- added drush command to figure out the environment variable name and test override to the already loaded environment.Added usage examples in the documentation to the command. I really recommend to play around with that command)
Please review MR !12
I'm closing MR !4 as it opened against the unsupported branch.
- πΊπ¦Ukraine voleger Ukraine, Rivne
I've observed an issue with the assignment of nested values.
Currently, it does not assign a value to the correct config object key.
Drush command prints the original config value, overridden, and value from an environment variable if present.
So, keys at the 0 level are assigned correctly during override. However, nested has to expand string key representation into an array-like structure.