From d79434d5829f1fa13cac2f8d0640edb7bb98afbc Mon Sep 17 00:00:00 2001 From: Vitor Eltz <107409234+VitorAEltz@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:53:02 -0300 Subject: [PATCH] feat-Include-CLI-Windows-Instalation (#1436) * Update azion-overview.mdx * feat-Include-CLI-Windows-Instalation * feat: add note and update tabs * Update src/content/docs/pt-br/pages/devtools/cli/azion-cli/azion-overview/azion-overview.mdx --------- Co-authored-by: guiafonso-ol --- .../azion-overview/azion-overview.mdx | 18 ++++++++++++++++-- .../azion-overview/azion-overview.mdx | 18 ++++++++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/src/content/docs/en/pages/devtools/cli/azion-cli/azion-overview/azion-overview.mdx b/src/content/docs/en/pages/devtools/cli/azion-cli/azion-overview/azion-overview.mdx index b803042a63..fb56cf2e13 100644 --- a/src/content/docs/en/pages/devtools/cli/azion-cli/azion-overview/azion-overview.mdx +++ b/src/content/docs/en/pages/devtools/cli/azion-cli/azion-overview/azion-overview.mdx @@ -39,7 +39,7 @@ The Azion CLI is built in Go and interacts with Azion products through the Azion If you choose the **RPM**, **Dpkg**, or **apk** package manager, or the **.deb** file, go to the [releases page](https://github.com/aziontech/azion-cli/releases) and download the desired package. :::note -If you choose to use Homebrew, the previous step isn't necessary. +If you choose to use Homebrew or Windows Package Manager (Winget), the previous step isn't necessary. ::: Choose one of the following options: @@ -52,6 +52,7 @@ import Tabs from '~/components/tabs/Tabs'; APK Brew APT +Windows/MSI @@ -82,6 +83,12 @@ brew install azion sudo apt install ./ ``` + + +```shell +winget install aziontech.azion +``` + --- @@ -91,7 +98,7 @@ sudo apt install ./ To update the Azion CLI, download the latest package from the [releases page](https://github.com/aziontech/azion-cli/releases) and run the appropriate command according to your chosen tool: :::note -If you choose to use Homebrew, the previous step isn't necessary. +If you choose to use Homebrew or Windows Package Manager (Winget), the previous step isn't necessary. ::: @@ -100,6 +107,7 @@ If you choose to use Homebrew, the previous step isn't necessary. APK Brew APT +Windows/MSI @@ -130,6 +138,12 @@ brew upgrade azion sudo apt install ./ ``` + + +```shell +winget upgrade aziontech.azion +``` + --- diff --git a/src/content/docs/pt-br/pages/devtools/cli/azion-cli/azion-overview/azion-overview.mdx b/src/content/docs/pt-br/pages/devtools/cli/azion-cli/azion-overview/azion-overview.mdx index e29ca95b7d..b3d16b440d 100644 --- a/src/content/docs/pt-br/pages/devtools/cli/azion-cli/azion-overview/azion-overview.mdx +++ b/src/content/docs/pt-br/pages/devtools/cli/azion-cli/azion-overview/azion-overview.mdx @@ -40,7 +40,7 @@ A Azion CLI é desenvolvida em Go e interage com os produtos da Azion através d Se você optar pelos gerenciador de pacotes **RPM**, **Dpkg** ou **apk**, ou o arquivo **.deb**, vá para a [página de lançamentos](https://github.com/aziontech/azion-cli/releases) e faça o download do pacote desejado. :::note -Se você escolher usar o Homebrew, a etapa anterior não será necessária. +Se você escolher usar o Homebrew ou Windows Package Manager (Winget), a etapa anterior não será necessária. ::: Escolha uma das seguintes opções: @@ -53,6 +53,7 @@ import Tabs from '~/components/tabs/Tabs'; APK Brew APT +Windows/MSI @@ -86,6 +87,12 @@ brew install azion sudo apt install ./ ``` + + +```shell +winget install aziontech.azion +``` + ### Atualizar @@ -93,7 +100,7 @@ sudo apt install ./ Para atualizar a Azion CLI, baixe o pacote mais recente da [página de lançamentos](https://github.com/aziontech/azion-cli/releases) e execute o comando apropriado de acordo com a ferramenta escolhida: :::note -Se você escolher usar o Homebrew, a etapta anterior não é necessária. +Se você escolher usar o Homebrew ou Windows Package Manager (Winget), a etapa anterior não será necessária. ::: @@ -102,6 +109,7 @@ Se você escolher usar o Homebrew, a etapta anterior não é necessária. APK Brew APT +Windows/MSI @@ -132,6 +140,12 @@ brew upgrade azion sudo apt install ./ ``` + + +```shell +winget upgrade aziontech.azion +``` + ---