bin/dnsimple.rb in dnsimple-ruby-0.8.4 vs bin/dnsimple.rb in dnsimple-ruby-0.9.0
- old
+ new
@@ -70,9 +70,17 @@
contact:update contact_id [[name:value] [name:value] ...] # Update the given contact
contact:delete contact_id # Delete the given contact
extended-attributes:list tld # List all extended attributes for the given TLD
+service:list # List all supported services
+service:describe short_name # Describe a specific service
+
+service:applied domain.com # List all of the services applied to the domain
+service:available domain.com # List all of the services available for the domain
+service:add domain.com short_name # Add the service to the domain
+service:remove domain.com short_name # Remove the service from the domain
+
Please see the DNSimple documentation at https://dnsimple.com/documentation/api for additional
information on the commands that are available to DNSimple customers.
EOF