Sha256: d4fea79aff91107a66703a4a57f04e004fa75870964ae9f4085808c595092851
Contents?: true
Size: 626 Bytes
Versions: 6
Compression:
Stored size: 626 Bytes
Contents
A Ruby wrapper for the DNSimple API. == Credentials Create a file in your home directory called .dnsimple In this file add the following: username: YOUR_USERNAME password: YOUR_PASSWORD == Commands The following commands are available for domains: * dnsimple list * dnsimple describe domain.com * dnsimple create domain.com * dnsimple delete domain.com * dnsimple apply domain.com template_short_name The following commands are available for records: * dnsimple record:create [--prio=priority] domain.com name type content [ttl] * dnsimple record:list domain.com * dnsimple record:delete domain.com record_id
Version data entries
6 entries across 6 versions & 1 rubygems