ちょっと前に、JSONをパースしてくれる便利コマンド「jq」を紹介しました。 CLI上でjsonパースをしてくれるjqを使えばワンライナーが不要となる - Bye Bye Moore 今日散歩中にフと、あの発想でYAML版つくれないかな……と思い検索をかけたところ…… あ、ありました先行プロジェクトが! ただしPython(発狂 導入法 jqコマンドとpythonの開発環境をそろえた上で、pipから導入します $ pip install yq$ cat mydata.yaml ## global definitions global: debug: yes verbose: no debugging: detailed: no header: "debugging started" ## output output: file: "yes" $ cat mydata.yaml | yq '