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:
mmuller 2017-05-25 06:44:14 -07:00 committed by Ben McIlwain
parent ddb0f5692e
commit b733443eab
6 changed files with 146 additions and 1 deletions

View file

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