mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Add registry_tool host_create command
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130953679
This commit is contained in:
parent
91f8b6da38
commit
965cf6edc3
6 changed files with 204 additions and 0 deletions
|
@ -37,6 +37,7 @@ public final class GtechTool {
|
|||
.put("create_credit", CreateCreditCommand.class)
|
||||
.put("create_credit_balance", CreateCreditBalanceCommand.class)
|
||||
.put("create_domain", CreateDomainCommand.class)
|
||||
.put("create_host", CreateHostCommand.class)
|
||||
.put("create_registrar_groups", CreateRegistrarGroupsCommand.class)
|
||||
.put("create_registrar", CreateRegistrarCommand.class)
|
||||
.put("create_sandbox_tld", CreateSandboxTldCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue