okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.
MIT License
735 stars 91 forks source link

Feature/output file CLI option "-o" similar to CURL #193

Closed chenliu0831 closed 4 months ago

chenliu0831 commented 4 months ago

Feature Description

Add an option that exists in standard curl, this can help testing against AWS API binary data. Tested locally.

-o <file>, --output <file>
                        Write to file instead of stdout (default: )
chenliu0831 commented 4 months ago

@okigan mind take a look?

okigan commented 4 months ago

Thanks!