mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 23:03:34 +02:00
Add nomulus count_domains command
This efficiently counts domains without having to load them (as opposed to the existing list_domains command which does load then). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194559095
This commit is contained in:
parent
d95f286e58
commit
c242a4d08f
4 changed files with 129 additions and 0 deletions
|
@ -36,6 +36,7 @@ public final class RegistryTool {
|
|||
.put("check_domain_fee", CheckDomainFeeCommand.class)
|
||||
.put("check_snapshot", CheckSnapshotCommand.class)
|
||||
.put("convert_idn", ConvertIdnCommand.class)
|
||||
.put("count_domains", CountDomainsCommand.class)
|
||||
.put("create_anchor_tenant", CreateAnchorTenantCommand.class)
|
||||
.put("create_auction_credits", CreateAuctionCreditsCommand.class)
|
||||
.put("create_cdns_tld", CreateCdnsTld.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue