dmd import renovate

dmd import renovate

Import a data dump from renovate-graph or the Renovate debug logs

Usage

renovate '/path/to/*.json'

Examples

# To consume the output from `renovate-graph`
# NOTE the escaping! Only takes one argument, which can be a glob
dmd import renovate '../out/*.json' --db out.db
# To consume the output from Renovate's debug logs (https://dmd.tanna.dev/cookbooks/consuming-renovate-debug-logs)
dmd import renovate renovate.log --db out.db

Synopsis

Takes a data export from https://gitlab.com/tanna.dev/renovate-graph/ or the debug logs that come from Renovate (https://dmd.tanna.dev/cookbooks/consuming-renovate-debug-logs) and converts it to the database model.

Options

Flag (type) Usage Notes
-h, --help help for renovate
--no-progress prevent displaying progress of long-running tasks

Options inherited from parent commands

Flag (type) Usage Notes
--db (string) the path to the input/output database
--debug whether to enable debug logging