Environment variable to control the default output style #27490
Replies: 5 comments
-
This would also be handy in CI environments, where it could be controlled from a single variable instead of having to specify |
Beta Was this translation helpful? Give feedback.
-
I would also find this very convenient locally and for CI pipelines |
Beta Was this translation helpful? Give feedback.
-
Also adding this as a configuration prop in |
Beta Was this translation helpful? Give feedback.
-
This would be extremely useful for CI pipelines - the new nx 21 client UI frequently crashes my CI builds and I have to add |
Beta Was this translation helpful? Give feedback.
-
bump this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I prefer using
--output-style=stream
locally, so that i can see and track the output of targets (and dependencies).I would like to be able to make this a system-wide preference, rather than needing to add it when invoking commands.
I would imagine something like
NX_DEFAULT_OUTPUT_STYLE
in terms of naming.Beta Was this translation helpful? Give feedback.
All reactions