mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Add delete_host nomulus tool command
This is needed to delete an invalid host resulting from a previous bug. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154757425
This commit is contained in:
parent
e6249196af
commit
8bb66dd365
7 changed files with 241 additions and 0 deletions
|
@ -50,6 +50,7 @@ public final class RegistryTool {
|
|||
.put("delete_credit", DeleteCreditCommand.class)
|
||||
.put("delete_domain", DeleteDomainCommand.class)
|
||||
.put("delete_entity", DeleteEntityCommand.class)
|
||||
.put("delete_host", DeleteHostCommand.class)
|
||||
.put("delete_premium_list", DeletePremiumListCommand.class)
|
||||
.put("delete_reserved_list", DeleteReservedListCommand.class)
|
||||
.put("delete_tld", DeleteTldCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue