curl http://testhost.test.com:8080/application/app/version | jq '.version' | jq '.[]'
上記のコマンドは、以下の値のみを出力します。
"madireddy@test.com"
"2323"
"test"
"02-03-2014-13:41"
"application"
以下のようにキー名を取得するにはどうすればよいですか:
email
versionID
context
date
versionName
このような 。Anubhava..version:{"Archiver-Version": "Plexus Archiver"、 "Build-Id": ""、 "Build-Jdk": "1.7.0_07"、 "Build-Number": ""、 "Build-タグ ":" "、"ビルドバイ ":" cporter "、"作成者 ":" Apache Maven "、" Implementation-Title ":" northstar "、" Implementation-Vendor-Id ":" com.test。 testPack "、" Implementation-Version ":" testBox "、" Manifest-Version ":" 1.0 "、" appname ":" testApp "、" build-date ":" 02-03-2014-13:41 "、"バージョン ":" testBox "、
APIから出力され、入力されるサンプルデータを追加できます
—
カールG
jq
か?