dekarrin / morc

Scriptable automated CLI REST Client
MIT License
0 stars 0 forks source link

Request previewing #38

Open dekarrin opened 5 months ago

dekarrin commented 5 months ago

Add ability for a request to be previewed without sending it; this fills in all of the variables and prints the request as it would be sent.

Can be done with either a new command (morc preview?) or --dry-run flag on send.