Skip to Content

CLI

The colibri CLI allows you to generate column lineage reports from your dbt project and produce an interactive visualization dashboard.

Commands

colibri generate

Generates column lineage reports from your dbt project.

colibri generate [OPTIONS]

Options

OptionDescriptionDefault
--manifest-pathPath to dbt manifest.jsontarget/manifest.json
--catalog-pathPath to dbt catalog.jsontarget/catalog.json
--output-dirOutput directorydist/
--helpShow help message-
--debugShow debug messages-
Last updated on