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:
cgoldfeder 2016-05-10 07:35:49 -07:00 committed by Justine Tunney
parent 758a4ac387
commit 371ffdf0c1
8 changed files with 491 additions and 0 deletions

View file

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