subtoml 0.3.0

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

subtoml 0.3.0

subtoml is a small CLI utility that substitutes parts of a TOML file.
$ cat sample.toml
[database]
url = "postgresql://localhost/sample"
[web]
debug = true
$ subtoml database.url 'postgresql://localhost/test' < sample.toml
[database]
url = "postgresql://localhost/test"
[web]
debug = true
Please read subtoml --help for more details.
Distributed under GPLv3 or later.

Changelog

Version 0.3.0
Released on August 29, 2017.

Added -d/--delete/--delete-key option.
Added --version option.



Version 0.2.0
Released on July 7, 2017.

Added -i/--input-file option.
Added -o/--output-file option.



Version 0.1.1
Released on April 17, 2017.

Fixed TypeError with the recent versions of pytoml.



Version 0.1.0
Released on September 9, 2017. Initial release.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.