pulsarctl
pulsarctl copied to clipboard
Introduce the `raw` option for ctl to support raw HTTP requests.
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.