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:
parent
aa92b3361c
commit
a5c104406b
@ -9,6 +9,10 @@ In version 21, Nx provides an interactive UI in the terminal to help you view th
|
||||
|
||||

|
||||
|
||||
{% 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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user