braid demo
Manage a local demo session context that other CLI flows can read from the current machine.
Subcommands
| Subcommand | Description |
|---|---|
start | Start a demo session and store local context |
status | Show the current local demo session |
reset | Clear the saved demo session context |
braid demo start
Start a demo session and save it locally.
braid demo start
Options
| Option | Description |
|---|---|
--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