validyaml

command module
v0.0.0-...-fb1c72d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 6 Imported by: 0

README

About

Command line tool to validate and pretty-print YAML syntax of input files.

Installation

Windows and macOS binaries are available under Releases

Or install from source:

go get -u github.com/martinlindhe/validyaml

Usage

Exit code will be 0 if file is good.

$ validyaml file.yaml
OK: file.yaml

$ curl http://site.com/file.yaml | validyaml
OK: -

Pretty-print

$ validyaml -p file.yaml

list:
  one: 1
  two: 2

License

Under MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL