linux
[linux/ubuntu] yq 설치 방법
hhaeri
2024. 2. 20. 11:51
https://mikefarah.gitbook.io/yq/v/v3.x/
yq - yq
v3 is now deprecated, critical bug fixes and security fixes will still be applied until August 2021.
mikefarah.gitbook.io
yq는 yaml 파일을 파싱하거나 수정할 수 있게하는 유틸리티입니다.
공식 사이트에서 운영체제에 맞게 설치하면 됩니다.
ubutu일 경우 아래와 같이 설치 진행하면 됩니다.
sudo add-apt-repository ppa:rmescandon/yq
sudo apt update
sudo apt install yq -y