yq - deptno/deptno.github.io GitHub Wiki

yq

설치

brew install yq

사용

cat some.yaml | yq '.scripts'
cat some.yaml | yq '... comments=""'.scripts' # 주석 제거 후 프린트

link