diff --git a/docs/Researcher/cli-reference/new-cli/overview.md b/docs/Researcher/cli-reference/new-cli/overview.md index a7eb100162..0617b0a3d1 100644 --- a/docs/Researcher/cli-reference/new-cli/overview.md +++ b/docs/Researcher/cli-reference/new-cli/overview.md @@ -11,7 +11,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. +* **The CLI is only available for Run:ai cluster version 2.18 and up.** * 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..4e8024ab38 100644 --- a/docs/admin/researcher-setup/new-cli-install.md +++ b/docs/admin/researcher-setup/new-cli-install.md @@ -88,3 +88,10 @@ Auto-completion assists with completing the command syntax automatically for eas source <(runai completion bash) ``` +=== "Windows" + Add the following code in the powershell profile: + ```powershell + runai.exe completion powershell | Out-String | Invoke-Expression + Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete + ``` + For more completion modes options, see [Powershell completions](https://github.com/spf13/cobra/blob/main/site/content/completions/_index.md#powershell-completions). \ No newline at end of file