mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
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
Description
Languages
Go
96.9%
Shell
1.8%
Makefile
1%
Dockerfile
0.3%