Skip to content

Repository files navigation

RegisterDomainCLI

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 | sh

Quickstart

domain-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.10

domain-cli --help lists every command (search, register, renew, transfer, orders, invoice, contacts, billing, domains, dns, legal).

What is open here

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.

Install from source

go install github.com/agumaik/registerdomain-cli/cmd/domain-cli@latest

Requires Go ≥ 1.25.

Security

See SECURITY.md. Report vulnerabilities privately — do not open public issues.

License

Apache-2.0 — see LICENSE and NOTICE.

About

RegisterDomainCLI — open-source Go CLI for search, register, renew, transfer and DNS management of domains

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages