melos icon indicating copy to clipboard operation
melos copied to clipboard

request: suppress all output but errors

Open solshark opened this issue 1 year ago • 3 comments

Is there an existing feature request for this?

  • [X] I have searched the existing issues.

Command

No response

Description

I'm running big project with 15+ packages (libs + apps) on CI server with gitlab-runner. Melos output is huge even for success path, so it would be awesome to silent all output except errors.

Reasoning

It will be useful 'coz it will simplify CI logs analysis. Could you imagine CI pipeline running 'get' per package just pruning package name. My output is XX thousands lines, 4-5 of them is simply notes like that:

[email_delivery_service]: + webview_flutter_platform_interface 2.4.0
[email_delivery_service]: + webview_flutter_wkwebview 3.7.3
[email_delivery_service]: + webview_windows 0.1.9 (0.3.0 available)
[email_delivery_service]: + win32 5.0.6
[email_delivery_service]: + win32_registry 1.1.1
[email_delivery_service]: + window_manager 0.3.5

Please consider flag to suppress all output.

Additional context and comments

No response

solshark avatar Aug 10 '23 06:08 solshark