workflow-cli icon indicating copy to clipboard operation
workflow-cli copied to clipboard

feat(client): Teach option flag for tracing requests

Open deis-admin opened this issue 8 years ago • 2 comments

From @bacongobbler on January 12, 2015 16:59

An option flag to trace requests would help users understand how communication between the client and the server occur, as well as help understand where a connection issue may occur, such as in a proxied environment or if DNS routes are set up incorrectly.

Common client option flags would be --debug, --verbose or --trace. I'm personally in favour of --verbose as typically you can tune the verbosity up or down based on your needs.

Copied from original issue: deis/deis#2884

deis-admin avatar Jan 19 '17 21:01 deis-admin

From @Joshua-Anderson on July 27, 2015 22:20

@bacongobbler What would this output look like? Things that could be shown with --verbose:

  • [ ] request URL
  • [ ] request body
  • [ ] response body/headers

deis-admin avatar Jan 19 '17 21:01 deis-admin

This issue was moved to teamhephy/workflow-cli#12

Cryptophobia avatar Mar 21 '18 14:03 Cryptophobia