Test your walk configuration without running a full analysis
debt-collectorwalkdryrun
The walkdryrun command lets you test your walkConfig without actually walking through revisions and analyzing files. It runs the configured gitCommand, applies your parser, and displays the parsed results so you can verify that your walk configuration is correct before committing to a full walk.
This command requires a walkConfig in your configuration file, just like the walk command. See the configuration overview for more information.
What it does
Loads and validates your configuration
Executes the gitCommand from your walkConfig
Runs the parser function on the raw output
Displays a truncated version of the raw command output
Displays the parsed revision list (limited by walkConfig.limit, defaulting to 10)
This is useful for debugging your gitCommand and parser before running a potentially long walk analysis.