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)