mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Add create_domain command to gtech_tool
Support creating domain with gtech_tool, instead of creating temporary epp file and run execute_epp manually. Also changes CreateContactCommand for consistency. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130127280
This commit is contained in:
parent
0066a03709
commit
5f26196993
9 changed files with 331 additions and 12 deletions
|
@ -36,6 +36,7 @@ public final class GtechTool {
|
|||
.put("create_contact", CreateContactCommand.class)
|
||||
.put("create_credit", CreateCreditCommand.class)
|
||||
.put("create_credit_balance", CreateCreditBalanceCommand.class)
|
||||
.put("create_domain", CreateDomainCommand.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