mirror of
https://github.com/google/nomulus.git
synced 2025-06-08 05:24:49 +02: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:
parent
74b5b407fa
commit
85f04799db
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue