A command line tool for editing config files
- Java Properties
- YAML
- TOML
- JSON
Download the latest compiled binaries and place them anywhere in the PATH
To get a property from a file:
props get <key> <file>
To set a value for a property in a file:
props set <key> <value> <file>