Skip to content

evnsio/yq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

Yaml equivalent of jq in Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages