mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
13 lines
470 B
Markdown
13 lines
470 B
Markdown
|
---
|
||
|
"wrangler-action": minor
|
||
|
---
|
||
|
|
||
|
feat: Quiet mode
|
||
|
Some of the stderr, stdout, info & groupings can be a little noisy for some users and use cases.
|
||
|
This feature allows for a option to be passed 'quiet: true' this would significantly reduce the noise.
|
||
|
|
||
|
There will still be output that lets the user know Wrangler Installed and Wrangler Action completed successfully.
|
||
|
Any failure status will still be output to the user as well, to prevent silent failures.
|
||
|
|
||
|
resolves #142
|