# Useful CLI Arguments * `-v` - __Verbose:__ Make cURL more talkative * `-h` - __Help:__ Show all CLI options * `-F CONTENT` - __Form Data:__ Add Multipart Form data to request * `-H HEADER` - __Header:__ Add HEADER to request header * `-X COMMAND` - __Method:__ Set request method (GET/POST/etc) * `-o FILE` - __Output:__ Output to FILE rather than stdout * `-L` - __Follow Redirects:__ Follow all redirects * `-i` - __Response Headers:__ Show the requests response headers