mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 23:03:34 +02:00
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:
parent
7e42ee48a4
commit
6eb0d8689d
5 changed files with 230 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue