Add domain_unlock nomulus command

This command is used by registry operators to apply registry locks to
domain names.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176577240
This commit is contained in:
mcilwain 2017-11-21 16:18:06 -08:00 committed by jianglai
parent 7e42ee48a4
commit 6eb0d8689d
5 changed files with 230 additions and 0 deletions

View file

@ -112,6 +112,7 @@ public final class RegistryTool {
.put("send_escrow_report_to_icann", SendEscrowReportToIcannCommand.class)
.put("setup_ote", SetupOteCommand.class)
.put("uniform_rapid_suspension", UniformRapidSuspensionCommand.class)
.put("unlock_domain", UnlockDomainCommand.class)
.put("update_application_status", UpdateApplicationStatusCommand.class)
.put("update_claims_notice", UpdateClaimsNoticeCommand.class)
.put("update_cursors", UpdateCursorsCommand.class)