renovate-reporter

1.1.0 • Public • Published

Renovate Reporter

A command-line tool to parse Renovate debug NDJSON files and generate detailed HTML reports with comprehensive analysis of your Renovate bot runs.

Usage

One-time Usage with npx

npx renovate-reporter <input-file> [output-file]

Command Line Interface

# Basic usage - generates renovate-report.html
npx renovate-reporter renovate-debug.ndjson

# Specify custom output file
npx renovate-reporter renovate-debug.ndjson custom-report.html

# Show help
npx renovate-reporter --help

# Show version
npx renovate-reporter --version

Getting Renovate Debug Logs

To generate the NDJSON debug logs that this tool analyzes, run Renovate with debug logging enabled:

env:
  LOG_LEVEL: info
  RENOVATE_LOG_FILE: renovate-log.ndjson
  RENOVATE_LOG_FILE_LEVEL: debug

Requirements

  • Node.js 20.0.0 or higher
  • Renovate debug NDJSON log files

Package Sidebar

Install

npm i renovate-reporter

Weekly Downloads

6

Version

1.1.0

License

MIT

Unpacked Size

21.9 kB

Total Files

5

Last publish

Collaborators

  • emfau