pulsarctl icon indicating copy to clipboard operation
pulsarctl copied to clipboard

Introduce the `raw` option for ctl to support raw HTTP requests.

Open mattisonchao opened this issue 2 years ago • 0 comments

Motivation

introduce a new command that can access arbitrary API endpoint with authentication headers properly configured and show response in stdout. Take the status check as an example. We will be able to run pulsarctl get --raw /status before the dedicated command is developed and released.

mattisonchao avatar Oct 11 '23 03:10 mattisonchao