Releases: gruntwork-io/fetch
Releases · gruntwork-io/fetch
v0.4.5
#110 fetch
should now print an error message if the GitHub release doesn't exist
v0.4.4
#103: Fetch now supports outputting the contents of a release asset to standard output so it can be piped to another program.
v0.4.3
#102 Fixes issues with downloading release assets with names containing regex characters
v0.4.2
#95: Update the build to publish Darwin / ARM 64 binaries that work with the new ARM-based Macs.
v0.4.1
#92: Fixed the usage help text for --ref
.
v0.4.0
#90: Added a proper logger to fetch
. It defaults to INFO
, but the desired verbosity can be specified with --log-level
. Fixes #89 and #30.
v0.3.14
#87: Previously added --ref
feature broke --branch
due to conditional ordering
v0.3.13
#85: fetch
should now properly handle pagination for tags, so you'll be able to fetch older tags from repos that have many tags.
v0.3.12
#81: Delete circleci nightly job
#79: fetch
now supports a flexible --ref
in addition to --commit
, --branch
, or --tag