Go TOML validator based on https://github.com/martinlindhe/validtoml
Go to file
2019-05-05 21:15:11 +02:00
examples initial commit 2016-07-12 14:32:37 +02:00
vendor update dependencies 2019-05-05 21:15:11 +02:00
.gitignore configure goreleaser 2018-01-08 01:35:27 +01:00
.goreleaser.yml configure goreleaser 2018-01-08 01:35:27 +01:00
Gopkg.lock update vendor 2018-10-27 13:16:08 +02:00
Gopkg.toml update vendor 2018-10-27 13:16:08 +02:00
LICENSE update dependencies 2019-05-05 21:15:11 +02:00
main.go show '-' as filename for piped input 2018-01-08 01:23:28 +01:00
Makefile update dependencies 2019-05-05 21:15:11 +02:00
README.md README: extend 2018-01-08 01:57:27 +01:00

About

Command line tool to validate TOML syntax of input file.

Installation

Windows and macOS binaries are available under Releases

Or install from source:

go get -u github.com/martinlindhe/validtoml

Usage

Exit code will be 0 if file is good.

$ validtoml file.toml
OK: file.toml

$ curl http://site.com/file.toml | validtoml
OK: -

License

Under MIT