config-file-validator is a cross-platform CLI tool to validate different configuration file types, including plist, ini, json, xml, yaml, toml, and more.
config-file-validator is a cross-platform CLI tool to validate different configuration file types, including plist, ini, json, xml, yaml, toml, and more.
To install config-file-validator, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install config-file-validator
To see what files were installed by config-file-validator, run:
port contents config-file-validator
To later upgrade config-file-validator, run:
sudo port selfupdate && sudo port upgrade config-file-validator
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.