yq/README.md

16 lines
218 B
Markdown
Raw Normal View History

2015-09-26 22:14:44 +00:00
# yaml
yaml command line tool written in go
2015-09-27 03:29:20 +00:00
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'.