YaleUniversity / packer-plugin-goss

Goss Provisioner for Packer
MIT License
136 stars 45 forks source link

Add quiet tags to curl and wget #95

Closed wazoo closed 3 weeks ago

wazoo commented 1 month ago

This is a feature request to add --quiet to wget and --silent on curl at this point in the code to cause them to not output download statistics.

When using this plugin the output from curl shows up as red in a packer build (because the output is from stderr).

Example:

image

This isn't a functional problem but it would be less confusing for users that are looking for red text meaning error in CI job logs. .

FalcoSuessgott commented 3 weeks ago

this is available in v3.2.12, you might wanna give it a try and report back