1
0
mirror of https://github.com/google/nomulus synced 2026-07-22 16:02:38 +00:00

Add a command to update allocation tokens

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=246824258
This commit is contained in:
gbrodman
2019-05-06 07:45:10 -07:00
committed by jianglai
parent df7e9a1225
commit 3483f348dc
3 changed files with 378 additions and 0 deletions
@@ -107,6 +107,7 @@ public final class RegistryTool {
.put("uniform_rapid_suspension", UniformRapidSuspensionCommand.class)
.put("unlock_domain", UnlockDomainCommand.class)
.put("unrenew_domain", UnrenewDomainCommand.class)
.put("update_allocation_tokens", UpdateAllocationTokensCommand.class)
.put("update_cursors", UpdateCursorsCommand.class)
.put("update_domain", UpdateDomainCommand.class)
.put("update_kms_keyring", UpdateKmsKeyringCommand.class)