eXamadeus-zz / godaddypy

Python library useful for updating DNS settings through the GoDaddy API
BSD 3-Clause "New" or "Revised" License
41 stars 12 forks source link

CLI implementation #21

Open szepeviktor opened 7 years ago

szepeviktor commented 7 years ago

Hello!

After implementing Godaddy DNS API in shell I've found your project.

https://github.com/szepeviktor/debian-server-tools/blob/master/monitoring/godaddy-rrs.sh It is for general DNS maintenance.

List: godaddy-rrs.sh . TXT Create: godaddy-rrs.sh non-existent-to-create. AAAA Edit: godaddy-rrs.sh @. A Edit: godaddy-rrs.sh @. IN TXT

szepeviktor commented 7 years ago

Do you plan to add a CLI interface?

See http://click.pocoo.org/

eXamadeus-zz commented 7 years ago

I have not yet planned a CLI for godaddypy. It would be a good enhancement, but I am bogged down with life at the moment and such a big feature will need to wait until I have some more downtime.