Skip to content

Add --debug flag to show info about request and response

Etienne Baqué requested to merge 70-add-json-stdout into master

This MR adds a new --debug (global) flag. When used, the output will show more information about:

  • sent request details
  • assets as a JSON object, after receiving a response.

Manual testing

create call without the --debug flag:

release-cli_create_no_debug

create call with the --debug flag:

release-cli_create_debug

get call without the --debug flag:

release-cli_get_nodebug

get call with the --debug flag:

release-cli_get_debug

get call with the --debug flag on non-existent release:

release-cli_got_non_existant

Closes #70 (closed)

Edited by Etienne Baqué

Merge request reports