/demo

Open a runnable demo by id (from the demo gallery). Shows the provision manifest + the queries you can run.

Category: slash-commands

Syntax

/demo <id>

Description

## Overview `/demo` loads a runnable demo scenario from the embedded demo gallery. Each demo has an id, a short description, a provisioning manifest (setup SQL, seed data), and a list of queries with expected outputs. `/demo` renders the scenario card so you can inspect it before running. Offline. ## Behavior - The demo card lists setup steps, sample queries, and teardown. Each query is a drill-in: `/open N` sends the query text to the input buffer for review and execution. - Demos ship with the CLI binary; no network fetch. - To browse available demos, run `/docs demo` or `/docs gallery`. - Running a demo requires an authenticated control-plane connection; `/demo` itself does not run the demo, it only renders the card.

Examples

/demo sales-quickstart
/demo cdc-merge
/demo iceberg-uniform

See Also

Open in interactive docs →   DeltaForge home →