bin/dnsimple.rb in dnsimple-ruby-1.1.1 vs bin/dnsimple.rb in dnsimple-ruby-1.2.0
- old
+ new
@@ -78,10 +78,12 @@
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
-certificate:purchase domain.com name # Purchase a certificate
+certificate:list domain.com # List all certificates for a domain
+certificate:describe domain.com id # Get a specific certificate for a domain
+certificate:purchase domain.com name contact_id # Purchase a certificate
certificate:submit domain.com id approver_email # Submit a certificate for processing
Please see the DNSimple documentation at https://dnsimple.com/documentation/api for additional
information on the commands that are available to DNSimple customers.