mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Implement Uniform [] Suspension Tool
The tool needs to: * Replace all hosts on a domain with a provided set of hosts * Add 3 server locks to the domain * Print an undo command that restores the domain to its original state ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=121944934
This commit is contained in:
parent
758a4ac387
commit
371ffdf0c1
8 changed files with 491 additions and 0 deletions
|
@ -67,6 +67,7 @@ public final class GtechTool {
|
|||
.put("registrar_activity_report", RegistrarActivityReportCommand.class)
|
||||
.put("registrar_contact", RegistrarContactCommand.class)
|
||||
.put("setup_ote", SetupOteCommand.class)
|
||||
.put("uniform_rapid_suspension", UniformRapidSuspensionCommand.class)
|
||||
.put("update_registrar", UpdateRegistrarCommand.class)
|
||||
.put("update_sandbox_tld", UpdateSandboxTldCommand.class)
|
||||
.put("update_server_locks", UpdateServerLocksCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue