Sign inSign up

evns/yq

By evns

Updated over 8 years ago

yq is to yaml what jq is to json

Image
1

10K+

evns/yq repository overview

yq in docker

Docker build containing the awesome work done here

This is to yaml what jq is to json.

To use you can do something like this:

cat file.yaml | docker run -i evns/yq ".version"

If file.yaml looked like this:

foo: bar
version: 1.2

The above call would return "1.2"

Tag summary

Content type

Image

Digest

Size

16.6 MB

Last updated

over 8 years ago

docker pull evns/yq