gruntwork-io / fetch

Download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repos.
https://www.gruntwork.io/
MIT License
587 stars 90 forks source link

Write file to stdout #101

Closed slewis-bd closed 2 years ago

slewis-bd commented 2 years ago

Describe the solution you'd like When grabbing a file, it would be nice to write the file to stdout. This would be useful when downloading a script and wanting to pipe it to another command.

Describe alternatives you've considered Specifying /dev/stdout as the filename. It's ugly but has worked.

Additional context None given

tonerdo commented 2 years ago

@slewis-bd #103 has been merged and standard output support is in the v0.4.4 release