From 0f750a2a1ed5fdc5d403fb8a460054ee342d1551 Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Fri, 27 Dec 2024 13:03:04 +0700 Subject: [PATCH 1/2] [docs] shorter install URL for YDB CLI for Windows --- ydb/docs/en/core/reference/ydb-cli/_includes/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ydb/docs/en/core/reference/ydb-cli/_includes/install.md b/ydb/docs/en/core/reference/ydb-cli/_includes/install.md index 35f1f5464b85..8a6c16522492 100644 --- a/ydb/docs/en/core/reference/ydb-cli/_includes/install.md +++ b/ydb/docs/en/core/reference/ydb-cli/_includes/install.md @@ -43,7 +43,7 @@ **PowerShell.** To do this, run the command: ```powershell - iex (New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1') + iex (New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows') ``` Specify whether to add the executable file path to the `PATH` environment variable: @@ -55,7 +55,7 @@ **cmd.** To do this, run the command: ```cmd - @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1'))" + @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows'))" ``` Specify whether to add the executable file path to the `PATH` environment variable: From 9a0c107264377b4629525470f4307033783a9ec7 Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Fri, 27 Dec 2024 13:04:10 +0700 Subject: [PATCH 2/2] Update install.md --- ydb/docs/ru/core/reference/ydb-cli/_includes/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ydb/docs/ru/core/reference/ydb-cli/_includes/install.md b/ydb/docs/ru/core/reference/ydb-cli/_includes/install.md index 08fa22abb8b7..f24e11e55fc0 100644 --- a/ydb/docs/ru/core/reference/ydb-cli/_includes/install.md +++ b/ydb/docs/ru/core/reference/ydb-cli/_includes/install.md @@ -43,7 +43,7 @@ * PowerShell. Для этого выполните команду: ```powershell - iex (New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1') + iex (New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows') ``` Укажите, нужно ли добавить путь к исполняемому файлу в переменную окружения `PATH`: @@ -55,7 +55,7 @@ * cmd. Для этого выполните команду: ```cmd - @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://storage.yandexcloud.net/yandexcloud-ydb/install.ps1'))" + @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://install.ydb.tech/cli-windows'))" ``` Укажите, нужно ли добавить путь к исполняемому в переменную окружения `PATH`: