treeherder-cli-0.2.9 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 markdown
# Use a Treeherder URL or a Lando commit ID instead of a revision hash
# Output as JSON
# 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: poll until all jobs complete, then notify
# Stream failures as they appear (no need to wait for all jobs)
# Show native crash stack details
# Cache logs for repeated queries
# Switch repository