mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Create nomulus tool restore command
Create a nomulus tool restoreCommitLogs command. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=157103177
This commit is contained in:
parent
ddb0f5692e
commit
b733443eab
6 changed files with 146 additions and 1 deletions
|
@ -108,6 +108,7 @@ public final class RegistryTool {
|
|||
.put("resave_entities", ResaveEntitiesCommand.class)
|
||||
.put("resave_environment_entities", ResaveEnvironmentEntitiesCommand.class)
|
||||
.put("resave_epp_resource", ResaveEppResourceCommand.class)
|
||||
.put("restore_commit_logs", RestoreCommitLogsCommand.class)
|
||||
.put("send_escrow_report_to_icann", SendEscrowReportToIcannCommand.class)
|
||||
.put("setup_ote", SetupOteCommand.class)
|
||||
.put("uniform_rapid_suspension", UniformRapidSuspensionCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue