Add nomulus tool command to delete a TLD

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=151863632
This commit is contained in:
mountford 2017-03-31 13:51:28 -07:00 committed by Ben McIlwain
parent bb70fcb66d
commit 62c7a3935a
5 changed files with 219 additions and 16 deletions

View file

@ -52,6 +52,7 @@ public final class RegistryTool {
.put("delete_entity", DeleteEntityCommand.class)
.put("delete_premium_list", DeletePremiumListCommand.class)
.put("delete_reserved_list", DeleteReservedListCommand.class)
.put("delete_tld", DeleteTldCommand.class)
.put("domain_application_info", DomainApplicationInfoCommand.class)
.put("domain_check", DomainCheckCommand.class)
.put("domain_check_claims", DomainCheckClaimsCommand.class)