rust-port alpha (a3da71b)
Pre-release
Pre-release
Experimental alpha of the GoDaddy CLI Rust port. Built from a3da71b on 2026-07-11.
Installs as gddy so you can try it alongside the legacy godaddy CLI. It tracks the tip of the rust-port branch and is overwritten on every push — expect breakage.
Install / update (public repo — no auth needed):
macOS / Linux (and Git Bash / MSYS2 / Cygwin on Windows):
curl -fsSL https://github.com/godaddy/cli/releases/download/alpha/install.sh | bash
Windows (PowerShell):
irm https://github.com/godaddy/cli/releases/download/alpha/install.ps1 | iex