1
0
mirror of https://github.com/google/nomulus synced 2026-04-28 03:47:19 +00: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:
mcilwain
2018-04-27 10:25:09 -07:00
committed by jianglai
parent d95f286e58
commit c242a4d08f
4 changed files with 129 additions and 0 deletions

View File

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