mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 14:54:51 +02:00
Add nomulus command for deleting AllocationTokens
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=214459480
This commit is contained in:
parent
9faf7181c3
commit
49e14387e7
4 changed files with 250 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue