diff --git a/docs/Researcher/cli-reference/new-cli/overview.md b/docs/Researcher/cli-reference/new-cli/overview.md index d16f9e845b..0a254c9348 100644 --- a/docs/Researcher/cli-reference/new-cli/overview.md +++ b/docs/Researcher/cli-reference/new-cli/overview.md @@ -12,7 +12,7 @@ This command-line interface is a complete revamp of the command-line interface. * The CLI internally uses the [Control-plane API](../../../developer/admin-rest-api/overview.md). This provides a single point of view on Workloads removing dissimilarities between the user interface, programming interface and the command-line interface. * As such, it also removes the need to configure the [Kubernetes API server](../../../admin/authentication/researcher-authentication.md) for authentication. * **The CLI is only available for Run:ai cluster version 2.18 and up.** -* **Windows OS is not supported yet, will be added soon.** +* **Windows OS is not supported yet. Until such support is available, you can use WSL - the Windows subsystem for Linux** * The new V2 CLI is backward compatible with the older V1 CLI. diff --git a/docs/admin/researcher-setup/new-cli-install.md b/docs/admin/researcher-setup/new-cli-install.md index 36d762a8c4..5bf54640b3 100644 --- a/docs/admin/researcher-setup/new-cli-install.md +++ b/docs/admin/researcher-setup/new-cli-install.md @@ -6,6 +6,8 @@ This article explains the procedure for installing and configuring the __new__ r This document refers to the new CLI which only works with clusters of version 2.18 and up. The installation instructions for the older CLI are [here](cli-install.md). +!!! Important + The new command line interface does not currently support Windows. You can, however, use the Run:ai command line with [WSL - Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux){target=_blank} ## Enabling the V2 CLI