treeherder-cli-0.2.1 is not a library.
treeherder-cli
Fetch and analyze Firefox CI logs from Treeherder.
Note: This tool was previously published as
treeherder-check. If you're upgrading, pleasecargo install treeherder-cliand update your scripts to use the new name.
Installation
Examples
# Basic: get failed jobs as JSON
# Use a Lando job ID instead of commit hash
# Watch a Lando job until it lands, then monitor Treeherder jobs
# Filter by job name or platform
# Group failures by test name (cross-platform view)
# Compare revisions to find regressions
# Check test history for intermittent detection
# Include intermittent failures
# Filter long-running jobs (>1 hour)
# Fetch logs with pattern matching
# Download artifacts
# Get performance/resource data
# Watch mode with notification (default: poll every 5min)
# Cache logs for repeated queries
# Switch repository
# Efficient job history via similar_jobs API