v3.6.0
New Features
- Allow parsing of json data if object is dict-like. Works for both environment variables, as well as cli variables. For example, the following are equivalent:
By @BrianPugh in #285
$ movie-maintainer add --movie.title 'Furiosa: A Mad Max Saga' --movie.year 2024 $ movie-maintainer add --movie='{"title": "Mad Max: Fury Road", "year": 2024}' $ MOVIE='{"title": "Mad Max: Fury Road", "year": 2024}' movie-maintainer add
Full Changelog: v3.5.1...v3.6.0