mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
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:
parent
bb70fcb66d
commit
62c7a3935a
5 changed files with 219 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue