A lightweight Bash CLI for creating or updating GoDaddy DNS records.
- Batch DNS updates
- Uses GoDaddy REST API
- Credentials via environment variables
- Lightweight (Bash + curl)
export GODADDY_API_KEY=YOUR_KEY
export GODADDY_API_SECRET=YOUR_SECRET./godaddy-dns-cli.sh example.com 203.0.113.10 api,dev,testMIT