Add registry_tool host_create command

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130953679
This commit is contained in:
mcilwain 2016-08-22 10:30:26 -07:00 committed by Ben McIlwain
parent 91f8b6da38
commit 965cf6edc3
6 changed files with 204 additions and 0 deletions

View file

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