-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): add prefixColor
property to @nx:run-commands
#29348
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your CI Pipeline Execution ↗ for commit 00e4c5b ⏳ is in progress.
Last updated at 2024-12-14 02:56:04UTC Sent with 💌 from NxCloud. |
prefixColor
property to run-commandsprefixColor
property to @nx:run-commands
6404389
to
a16f58c
Compare
Update PR description with images tested with local release vs latest release. Build/CI should pass once |
Your CI Pipeline Execution ↗ for commit b85afe1 is in progress ⏳
☁️ Nx Cloud last updated this comment at |
Current Behavior
Running tasks in parallel, we can set prefixes. However, there is no way to label our prefixes with colors. Currently the only way is to set the entire line to the color we want. This is not ideal as users may want to keep the default colors for the logs and only want to use the prefix colors as identifiers.
Expected Behavior
PR to add this option
Screenshots (Examples)
Tested with example screenshots below
Before (v20.2.2 latest release)
This PR (local release)
Related Issue(s)
Fixes #