From a5c104406b5b26eb208748e5fcb5bdb0d898b2d9 Mon Sep 17 00:00:00 2001 From: Jack Hsu Date: Fri, 2 May 2025 12:04:35 -0400 Subject: [PATCH] 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 --- docs/shared/recipes/running-tasks/terminal-ui.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/shared/recipes/running-tasks/terminal-ui.md b/docs/shared/recipes/running-tasks/terminal-ui.md index 91b131c2e2..0ea9c9de28 100644 --- a/docs/shared/recipes/running-tasks/terminal-ui.md +++ b/docs/shared/recipes/running-tasks/terminal-ui.md @@ -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) +{% 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 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.