mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Add a nomulus renew_domain command
This may come in handy when dealing with URS requests. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199332085
This commit is contained in:
parent
643b30d31f
commit
897690119e
7 changed files with 273 additions and 0 deletions
|
@ -104,6 +104,7 @@ public final class RegistryTool {
|
|||
.put("registrar_activity_report", RegistrarActivityReportCommand.class)
|
||||
.put("registrar_contact", RegistrarContactCommand.class)
|
||||
.put("remove_ip_address", RemoveIpAddressCommand.class)
|
||||
.put("renew_domain", RenewDomainCommand.class)
|
||||
.put("resave_entities", ResaveEntitiesCommand.class)
|
||||
.put("resave_environment_entities", ResaveEnvironmentEntitiesCommand.class)
|
||||
.put("resave_epp_resource", ResaveEppResourceCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue