From 7ffcebe2baf4ace4f32149c11d72451d8d622872 Mon Sep 17 00:00:00 2001 From: Jacob Page Date: Fri, 10 Jul 2026 13:43:05 -0700 Subject: [PATCH] docs: point beta install one-liners at latest release, drop alpha branding releases/latest/download is durable across the rust-port -> main merge, unlike the old rolling alpha prerelease tag. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 210bc9c..38d5186 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Download the latest release binary from the [releases page](https://github.com/g gddy --help ``` -### Alpha (Rust port preview) +### Beta (Rust port preview) The CLI is being rewritten in Rust on the `rust-port` branch with expanded functionality. An experimental **`gddy`** binary is available that can be installed **alongside** the current `godaddy` CLI, so you can try it without disturbing your existing setup. @@ -19,20 +19,20 @@ To install it, run the following. **macOS / Linux (and Git Bash / MSYS2 / Cygwin on Windows):** ```bash -curl -fsSL https://github.com/godaddy/cli/releases/download/alpha/install.sh | bash +curl -fsSL https://github.com/godaddy/cli/releases/latest/download/install.sh | bash gddy --version ``` **Windows (PowerShell):** ```powershell -irm https://github.com/godaddy/cli/releases/download/alpha/install.ps1 | iex +irm https://github.com/godaddy/cli/releases/latest/download/install.ps1 | iex gddy --version ``` Both installers download, checksum-verify, and install the binary for your platform (`gddy.exe` on Windows). If you'd rather install by hand, download the -`gddy-x86_64-pc-windows-msvc.zip` asset from the [`alpha` release](https://github.com/godaddy/cli/releases/tag/alpha) and put `gddy.exe` on your `PATH`. +`gddy-x86_64-pc-windows-msvc.zip` asset from the [latest release](https://github.com/godaddy/cli/releases/latest) and put `gddy.exe` on your `PATH`. ## Output Contract