From c34f9aacc9dbd11fa63014b9ae309a9fcfdc23d1 Mon Sep 17 00:00:00 2001 From: Bartosz Blizniak Date: Tue, 10 Mar 2026 10:44:00 +0000 Subject: [PATCH] Remove outdated choco install --- src/content/developer-tools/cli.mdx | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/content/developer-tools/cli.mdx b/src/content/developer-tools/cli.mdx index 51c01e23..fc6824c0 100644 --- a/src/content/developer-tools/cli.mdx +++ b/src/content/developer-tools/cli.mdx @@ -69,28 +69,6 @@ brew upgrade cloudsmith-cli For issues with the tap, please open a [GitHub issue](https://github.com/cloudsmith-io/homebrew-cloudsmith-cli/issues/new) or contact [support@cloudsmith.io](mailto:support@cloudsmith.io). -### Installing on Windows - -The instructions below detail how to install the Cloudsmith CLI using [chocolatey](https://chocolatey.org/): - -1. Click Start on your Windows machine and type “powershell“ -2. Right-click Windows Powershell and select to “Run as Administrator“ -3. To install chocolatey, type the following command into the Powershell terminal: - -```powershell -Set-ExecutionPolicy Bypass -Scope Process -Force; ` - iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) -``` - -4. Close and reopen Powershell in Administrator mode. -5. Install the cloudsmith cli using chocolately: - -```powershell -choco install python -y -refreshenv -choco install cloudsmith-cli --source python -``` - ### Deploying the CLI containerized Cloudsmith maintains a [Docker image for the Cloudsmith CLI](https://hub.docker.com/r/cloudsmith/cloudsmith-cli)⁠ built for use in CI/CD pipelines and automation environments.