mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
767208871b7d1770022afe96ab20926e260a55c4
description
| description |
|---|
| yq is a lightweight and portable command-line YAML processor |
Yq
Install¶
On MacOS:
brew install yq
On Ubuntu and other Linux distros supporting snap packages:
snap install yq
On Ubuntu 16.04 or higher from Debian package:
sudo add-apt-repository ppa:rmescandon/yq
sudo apt update
sudo apt install yq -y
or, Download latest binary or alternatively:
GO111MODULE=on go get github.com/mikefarah/yq/v2
Languages
Go
90.9%
Shell
8.8%
Makefile
0.2%