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": "", "빌드- 태그 ":" ","Built-By ":"cporter ","Created-By ":"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 "," version ":"testBox ",
API에서 나오고 입력되는 예제 데이터를 추가 할 수 있습니까
—
Carl G
jq
?