micha / resty

Little command line REST client that you can use in pipelines (bash or zsh).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get the raw cURL command

jmakeig opened this issue · comments

I use resty mostly in development. When I figure out what my request is, however, I need to get the raw cURL command for use in a script that will run in another environment where resty is not available. Is there way to output the entire cURL command that's being executed under the covers? If not, that would be a helpful feature.