yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor
Go to file
Mike Farah bcf2ee8bcc Updated readme 2015-09-28 13:17:38 +10:00
.gitignore Updated readme 2015-09-28 13:17:38 +10:00
README.md Updated readme 2015-09-28 13:17:38 +10:00
sample.yaml Reads from file 2015-09-27 08:20:42 +10:00
sample2.yaml Updated readme 2015-09-28 13:17:38 +10:00
yaml.go Simplified code 2015-09-27 13:29:12 +10:00

README.md

yaml

yaml command line tool written in go

Allows you to read (and soon update) yaml files given a yaml path.

Usage:

yaml <yaml file> <path>

E.g.:

yaml sample.yaml b.c

will output the value of '2'.