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:
mountford 2017-05-01 14:05:51 -07:00 committed by Ben McIlwain
parent e6249196af
commit 8bb66dd365
7 changed files with 241 additions and 0 deletions

View file

@ -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)