cli/pkg/cmd/api
Martijn Pieters 530002ee7a
Pretty-print JSON results of jq filtering (#7236)
When connected to a TTY, tell the jq formatter to indent the output, and
enable colorization of the output if the terminal supports it.

Co-authored-by: Mislav Marohnić <mislav@github.com>
2023-04-25 13:27:17 +00:00
..
api.go Pretty-print JSON results of jq filtering (#7236) 2023-04-25 13:27:17 +00:00
api_test.go Pretty-print JSON results of jq filtering (#7236) 2023-04-25 13:27:17 +00:00
fields.go Supported passing nested JSON arrays/objects to api command via fields (#6614) 2022-12-22 20:12:00 +01:00
fields_test.go Supported passing nested JSON arrays/objects to api command via fields (#6614) 2022-12-22 20:12:00 +01:00
http.go Supported passing nested JSON arrays/objects to api command via fields (#6614) 2022-12-22 20:12:00 +01:00
http_test.go Supported passing nested JSON arrays/objects to api command via fields (#6614) 2022-12-22 20:12:00 +01:00
pagination.go Correct benign mistake in off-by-one guard 2021-08-19 14:41:04 +01:00
pagination_test.go Automatically add per_page=100 to paginated REST requests 2020-06-23 18:42:57 +02:00