A rust
app to extract public information from your config files while keeping secret information
(passwords, keys, etc) hidden. Currently only for .yaml
and .properties
files.
The app is configured through the config_parser.toml
file.
- files
: Paths of the files that will be parsed.
- keys
: Array
of String
types of the keys that will be extracted. Separated by dot notation (e.g.
auth.client.key
)
- filetype
: The type of the files that will be parsed. properties
or yaml
.
.toml
, ...)