mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Add a nomulus tool command to get allocation tokens
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=239624232
This commit is contained in:
parent
d7306652eb
commit
91febfd945
4 changed files with 124 additions and 0 deletions
|
@ -61,6 +61,7 @@ public final class RegistryTool {
|
|||
.put("generate_escrow_deposit", GenerateEscrowDepositCommand.class)
|
||||
.put("generate_lordn", GenerateLordnCommand.class)
|
||||
.put("generate_zone_files", GenerateZoneFilesCommand.class)
|
||||
.put("get_allocation_token", GetAllocationTokenCommand.class)
|
||||
.put("get_claims_list", GetClaimsListCommand.class)
|
||||
.put("get_contact", GetContactCommand.class)
|
||||
.put("get_domain", GetDomainCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue