CLI COMMANDS

If you know dbt, you already know most of this page — every dbt command works in DVT with the same flags and the same semantics, so dvt run, dvt test and dvt compile do exactly what your muscle memory says. On top of that parity DVT adds verbs of its own: for reaching across engines, for keeping a project healthy, and for the app suite.

Each page below opens with the command in action — real invocation, real output — and ends with the full flags table. Start with the group that matches what you're doing.

BUILD & RUN

The transformation verbs. Same flags, same semantics you already know — federation just comes along.

INSPECT

Look before you leap: what exists, what a query returns, whether the wiring holds.

CROSS-ENGINE EDGE

The verbs dbt doesn't have — where owning a federation engine starts to pay.

PROJECT HEALTH

One shared diagnosis, two verbs: one that only tells the truth, one that acts on it.

SETUP & APPS

From empty folder to a running app suite — and the agent that lives in both.