This repository was archived by the owner on May 2, 2022. It is now read-only.
Feat: add silent mode #51
Labels
type: feature
code contributing to the implementation of a feature and/or user facing functionality
Which problem is this feature request solving?
The CLI uses
netlify-plugin-edge-handlers/src/upload.js
Line 18 in 851e827
netlify-plugin-edge-handlers/src/upload.js
Line 41 in 851e827
That messes up the CLI logs, especially when running with the
--json
flag.Describe the solution you'd like
Ability to pass a flag that prevents the plugin from printing log messages (any other configuration will do).
Describe alternatives you've considered
console.log
implementation before callingupload
, restoring after.Can you submit a pull request?
Yes
The text was updated successfully, but these errors were encountered: