https://github.com/stelligent/yq
YAML query, tool for querying YAML from the command line
https://github.com/stelligent/yq
Last synced: about 1 year ago
JSON representation
YAML query, tool for querying YAML from the command line
- Host: GitHub
- URL: https://github.com/stelligent/yq
- Owner: stelligent
- License: mit
- Created: 2017-12-07T21:45:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T21:33:20.000Z (over 6 years ago)
- Last Synced: 2025-03-24T05:24:59.217Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# yq
### Description
yq is a utility for querying a YAML file (defaults to STDIN), similar
to how jq works
### Installation
Download a yq binary release, put it in your path
### Usage
yq is designed to be simple to use.
### License
Refer to [LICENSE.md](LICENSE.md)