An open-source Go CLI to search, register, renew, transfer and manage DNS for domain names — through name.com, paid via Stripe Checkout, with the customer as the Registered Name Holder.
curl -fsSL https://registerdomaincli.com/install.sh | shdomain-cli signup # email + 6-digit code from your inbox
domain-cli search mybrand # keyword search across TLDs
domain-cli register mybrand.com # quote, checkout, registration
domain-cli dns set mybrand.com A @ 203.0.113.10domain-cli --help lists every command (search, register, renew,
transfer, orders, invoice, contacts, billing, domains, dns,
legal).
This repository contains only the CLI, the shared wire contract
(apitypes/), the agent-harness skill, the install script and release CI —
Apache-2.0. The web frontend and the backend live in a private repository and
are not covered by this license.
go install github.com/agumaik/registerdomain-cli/cmd/domain-cli@latestRequires Go ≥ 1.25.
See SECURITY.md. Report vulnerabilities privately — do not open public issues.