Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- Shamir
- Vault
- RequestFacade
- JSR-330
- auth method
- argoproj
- AWS SQS
- WooWaCon
- Session invalidate
- shanta #bahadur
- json.tool
- InheritableThreadLocal
- argocd
- 제어역전
- 하만카돈 #오라 #스튜디오 #2 #harman #kardon #aura #studio #fix #repair #수리 #shutdown #bluetooth
- 멱등성
- external_url
- approle
- 샤미르
- Approval Test
- Unseal
- gitlab.rb
- KMS
- CQRS
- AWS SNS
- 명령어 대체
- gitlab-ctl
- secretid
- hashicorp
- 우아콘
Archives
- Today
- Total
인생은 여행
cURL로 JSON 이쁘게 보기 본문
리눅스에서 curl 명령으로 api를 테스트할 때 response 가 JSON 형태면 값이 한 줄로 길게 나와서 보기 어려운 경우가 있다. 이럴때 python이 설치되어 있다면 아래처럼 정열하여 볼 수 있다.
curl localhost:8080/api/xxx | python -m json.tool
Comments