You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optionally output the raw HTTPS for the API call triggered by the command being run, e.g. by supplying an extra flag.
This would allow for easier debugging of issues triggered via CLI (no need to consult server logs) and can be used to streamline users' development of API tooling (use this flag on a CLI command to do XYZ, get a working example of an HTTPS request).
The vision here is something similar to the -v or --trace options of curl, which could display URL, filepath, headers, content, etc. in a functional/readable format. Maybe it could be two different options for dumping human-readable headers vs json that could be immediately edited/re-used.
Implementation details
No response
Anything else you would like to add?
No response
The text was updated successfully, but these errors were encountered:
Target component
Overview
Optionally output the raw HTTPS for the API call triggered by the command being run, e.g. by supplying an extra flag.
This would allow for easier debugging of issues triggered via CLI (no need to consult server logs) and can be used to streamline users' development of API tooling (use this flag on a CLI command to do XYZ, get a working example of an HTTPS request).
The vision here is something similar to the
-v
or--trace
options ofcurl
, which could display URL, filepath, headers, content, etc. in a functional/readable format. Maybe it could be two different options for dumping human-readable headers vs json that could be immediately edited/re-used.Implementation details
No response
Anything else you would like to add?
No response
The text was updated successfully, but these errors were encountered: