dmd import dependabot
Import a data dump from dependabot-graph
Synopsis
Takes a data export from https://gitlab.com/tanna.dev/dependabot-graph/ and converts it to the database model.
Example usage:
{dmd} import dependabot '../out/*.json' --db out.db {dmd} import dependabot dependabot-output.json --db out.db
dmd import dependabot '/path/to/*.json' [flags]
Options
-h, --help help for dependabot
--no-progress prevent displaying progress of long-running tasks
Options inherited from parent commands
--db string the path to the input/output database
--debug whether to enable debug logging
SEE ALSO
- dmd import - Import raw data exports into a given database