21 lines
308 B
Markdown
21 lines
308 B
Markdown
# yq
|
|
|
|
## Meta
|
|
|
|
```yaml
|
|
name: yq
|
|
repo: https://github.com/mikefarah/yq
|
|
description: yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor
|
|
```
|
|
|
|
## Install
|
|
|
|
Install via brew:
|
|
```shell
|
|
brew install yq
|
|
```
|
|
|
|
Install via go:
|
|
```shell
|
|
go install github.com/mikefarah/yq/v4@latest
|
|
``` |