Sha256: aae3b43ee119d68d82ead4dafdadd26566de4933ec94604969364917b4448f8b

Contents?: true

Size: 604 Bytes

Versions: 2

Compression:

Stored size: 604 Bytes

Contents

# Yamlquery

Searches yaml files for keys and values using a simple query language. This was developed with the intention of managing puppet hiera files.

## Examples

```bash
# yq -y -p ../examples/example.yaml 'foo.funk==head'
---
foo:
  funk:
  - head
  - shoulders
```

## Installation

    $ gem install yamlquery

## Usage

TODO: Write usage instructions here


## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nburgess/yamlquery.


## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yamlquery-0.0.2 README.md
yamlquery-0.0.1 README.md