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:
mcilwain 2019-03-21 10:36:58 -07:00 committed by jianglai
parent d7306652eb
commit 91febfd945
4 changed files with 124 additions and 0 deletions

View file

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