yq - deptno/deptno.github.io GitHub Wiki
yq
설치
brew install yq
사용
cat some.yaml | yq '.scripts'
cat some.yaml | yq '... comments=""'.scripts' # 주석 제거 후 프린트
brew install yq
cat some.yaml | yq '.scripts'
cat some.yaml | yq '... comments=""'.scripts' # 주석 제거 후 프린트