braid docs

braid demo

Manage a local demo session context that other CLI flows can read from the current machine.

Subcommands

SubcommandDescription
startStart a demo session and store local context
statusShow the current local demo session
resetClear the saved demo session context

braid demo start

Start a demo session and save it locally.

braid demo start

Options

OptionDescription
--session <id>Use a known session ID instead of fetching one from the server
-s, --server <url>Override the braid server URL
--api-key <token>Override the API key

Examples:

braid demo start --session demo_session_123
braid demo start --server http://localhost:3211

braid demo status

Show the saved demo session ID and any extra stored context:

braid demo status

braid demo reset

Clear the local demo context:

braid demo reset