1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 12:02:30 +00:00

Add a nomulus tool command to bulk ACK poll messages

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=252674014
This commit is contained in:
mcilwain
2019-06-11 12:28:19 -07:00
committed by jianglai
parent d7da7f6da4
commit 95111809bd
5 changed files with 246 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ public final class RegistryTool {
*/
public static final ImmutableMap<String, Class<? extends Command>> COMMAND_MAP =
new ImmutableMap.Builder<String, Class<? extends Command>>()
.put("ack_poll_messages", AckPollMessagesCommand.class)
.put("canonicalize_labels", CanonicalizeLabelsCommand.class)
.put("check_domain", CheckDomainCommand.class)
.put("check_domain_claims", CheckDomainClaimsCommand.class)