CLI demos

Generate a demo

bash
littledemo demos create \ --project proj_abc123 \ --prompt "Show creating a workspace and inviting a teammate"

By default, the CLI waits for the demo to finish and prints the share URL plus iframe.

Useful flags

bash
littledemo demos create \ --project proj_abc123 \ --prompt "Show the pricing plans and annual billing toggle" \ --duration 10s \ --template pricing-focus \ --open
FlagPurpose
--projectProject ID.
--promptWhat the demo should show.
--durationTarget duration, such as 10s.
--templateRecording style nudge.
--styleAlias for --template.
--sectionSection hint for section-focus.
--no-waitQueue and return immediately.
--openOpen the share page when ready.

Inspect demos

bash
littledemo demos list --project proj_abc123littledemo demos get demo_abc123littledemo demos open demo_abc123
Ask a question... ⌘I