-
Notifications
You must be signed in to change notification settings - Fork 644
Open
Labels
effort: easyProbably a quick fix. Want to contribute? :-)Probably a quick fix. Want to contribute? :-)help wantedIf you're looking to contribute, this issue is a good place to start!If you're looking to contribute, this issue is a good place to start!
Description
Summary
When rush alerts is used, utilities that rely on output could fail if the alert is triggered. shouldRestrictConsoleOutput should probably be honored on rush alerts.
Repro steps
run any command that relies on output, like rush list --json | jq
Expected result:
Only JSON should be written to STDOUT
Actual result:
Rush alerts are written to stdout, resulting in an error
jq: parse error: Invalid numeric literal at line 4015, column 0
Details
Standard questions
Please answer these questions to help us investigate your issue more quickly:
Question | Answer |
---|---|
@microsoft/rush globally installed version? |
5.153.1 |
rushVersion from rush.json? |
5.153.1 |
useWorkspaces from rush.json? |
undefined |
Operating system? | Mac / Linux |
Would you consider contributing a PR? | No |
Node.js version (node -v )? |
22.14.0 |
Metadata
Metadata
Assignees
Labels
effort: easyProbably a quick fix. Want to contribute? :-)Probably a quick fix. Want to contribute? :-)help wantedIf you're looking to contribute, this issue is a good place to start!If you're looking to contribute, this issue is a good place to start!
Type
Projects
Status
Low priority