Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/loopover-miner/lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export function printHelp(input) {
" Claim the highest-priority queued item, optionally WIP-cap-aware",
" loopover-miner queue claim-batch [--global-wip <n>] [--per-repo-wip <n>] [--dry-run] [--json]",
" loopover-miner queue metrics Print portfolio-queue counters in Prometheus text format",
" loopover-miner queue dashboard [--json] Print portfolio-queue backlog status counts + oldest-queued age",
" loopover-miner queue done <owner/repo> <identifier> [--dry-run] [--json]",
" loopover-miner queue release <owner/repo> <identifier> [--dry-run] [--json] Return a claimed item to the queue",
" loopover-miner queue requeue <owner/repo> <identifier> [--dry-run] [--json] Put a completed item back on the queue",
Expand Down
1 change: 1 addition & 0 deletions test/unit/miner-cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ describe("loopover-miner CLI helpers", () => {
expect(text).toContain("loopover-miner metrics");
expect(text).toContain("loopover-miner migrate [--json]");
expect(text).toContain("loopover-miner ledger metrics");
expect(text).toContain("loopover-miner queue dashboard [--json]");
expect(text).toContain("--no-update-check");
});

Expand Down