fastly / compute-actions

GitHub Actions for building on Fastly Compute.
https://www.fastly.com/blog/introducing-github-actions-for-compute-edge-a-new-resource-to-help-ship-code
MIT License
40 stars 9 forks source link

Remove --verbose flag from CLI commands #5

Closed phamann closed 2 years ago

phamann commented 3 years ago

We previously passed the --verbose flag to all CLI commands, as the default output used interactive spinners that weren't useful or pleasant in non-TTY environments such as Github Actions. However, the latest version of the CLI (v0.38.0) includes a fix for this in https://github.com/fastly/cli/pull/405 and therefore, we can now remove the verbose flag from the actions for cleaner output.

kailan commented 3 years ago

@phamann If you're happy with my changes feel free to merge 👍