Skip to content

Open the same context in the browser

Outcome

A web_url from CLI JSON opens the web UI on the same discover query or resource you analyzed in the terminal.

When to use this

SurfaceUse when
CLIYou already ran discover or explain and want a shareable browser view
MCPSkip—use CLI for handoff URLs or open the web app manually
WebDestination of the deep link

Steps

  1. Start dbt-tools-web, export DBT_TOOLS_WEB_BASE_URL to its origin (deep links).
  2. Run discover or explain with --json.
  3. Copy web_url from the JSON payload into a browser (or follow the human “Open in web” line).

Example

bash
export DBT_TOOLS_WEB_BASE_URL=http://127.0.0.1:5173
dbt-tools discover --dbt-target ./target "orders" --json
dbt-tools explain model.my_project.orders --dbt-target ./target --json

Next

Released under the repository license terms.