Expand description
Digest Diff Tool
Compares two CI runs to identify what caused cache invalidation. Shows changed files, environment variables, and upstream outputs without exposing secret values.
Structs§
- Diff
Summary - Summary statistics for the diff
- Digest
Diff - Result of comparing two CI runs
- Task
Diff - Changes for a single task
Enums§
- Change
Type - Type of change for a task
- Diff
Error - Errors for diff operations
Functions§
- compare_
by_ sha - Compare two CI runs by commit SHA
- compare_
reports - Compare two pipeline reports
- compare_
runs - Compare two CI runs by their report files
- format_
diff - Format a diff for human-readable output