Add nomulus command for deleting AllocationTokens

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=214459480
This commit is contained in:
mcilwain 2018-09-25 10:16:02 -07:00 committed by jianglai
parent 9faf7181c3
commit 49e14387e7
4 changed files with 250 additions and 2 deletions

View file

@ -48,6 +48,7 @@ public final class RegistryTool {
.put("create_sandbox_tld", CreateSandboxTldCommand.class)
.put("create_tld", CreateTldCommand.class)
.put("curl", CurlCommand.class)
.put("delete_allocation_tokens", DeleteAllocationTokensCommand.class)
.put("delete_domain", DeleteDomainCommand.class)
.put("delete_host", DeleteHostCommand.class)
.put("delete_premium_list", DeletePremiumListCommand.class)