Skip to content

Instantly share code, notes, and snippets.

@bouzuya
Created November 11, 2015 06:37
Show Gist options
  • Save bouzuya/70c5c9bf8c5f8dbc0fc2 to your computer and use it in GitHub Desktop.
Save bouzuya/70c5c9bf8c5f8dbc0fc2 to your computer and use it in GitHub Desktop.
AWS CLI (aws-cli) の query (JMESPath) メモ

AWS CLI (aws-cli) の query (JMESPath) メモ

AWS CLI は 1.2 以降で --query オプションが追加されている。ここでは JMESPath による query を指定できる。

JMESPath は jq のクエリのような JSON のための query 言語。jq ライクな jp というコマンドもあるようだ。

jq 同様に複雑すぎてつらい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment