docs(core): add a callout that Windows support for TUI is coming soon (#31005)

This PR updates the TUI page to mention Windows support is coming soon.

Preview:
https://nx-dev-git-docs-tui-windows-nrwl.vercel.app/recipes/running-tasks/terminal-ui
This commit is contained in:
Jack Hsu 2025-05-02 12:04:35 -04:00 committed by GitHub
parent aa92b3361c
commit a5c104406b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,10 @@ In version 21, Nx provides an interactive UI in the terminal to help you view th
![Terminal UI Example](/shared/recipes/running-tasks/tui-example.png) ![Terminal UI Example](/shared/recipes/running-tasks/tui-example.png)
{% callout type="note" title="Windows Compatibility" %}
The initial Nx 21 release disables the Terminal UI on Windows. We are currently working on Windows support, so stay tuned.
{% /callout %}
## Enable/Disable the Terminal UI ## Enable/Disable the Terminal UI
If your terminal and environment are supported then the Terminal UI will be enabled by default when you run any tasks with `nx run`/`nx run-many`/`nx affected` in Nx v21 and later. The Terminal UI will not be used in CI environments. If your terminal and environment are supported then the Terminal UI will be enabled by default when you run any tasks with `nx run`/`nx run-many`/`nx affected` in Nx v21 and later. The Terminal UI will not be used in CI environments.