"Yq"의 두 판 사이의 차이

 
3번째 줄: 3번째 줄:
;yq
;yq
* 경량·포터블 커맨드라인 YAML 처리기
* 경량·포터블 커맨드라인 YAML 처리기


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>

2024년 2월 19일 (월) 11:50 기준 최신판

1 개요[ | ]

yq
  • 경량·포터블 커맨드라인 YAML 처리기
$ cat null.yaml 
foo:
  bar: null
$ cat null.yaml | yq .foo
bar: null
$ cat null.yaml | yq .foo.bar
null
$ kubectl get ns kube-system -oyaml | yq .status.phase
Active

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}