tapes seed
Seed demo data through the tapes API. Seeding replays bundled capture corpora through the normal ingest write path (raw turns + sessions) and derives the seeded sessions, so demo data is indistinguishable from live capture.
Re-running is a no-op: the raw layer deduplicates replayed turns. To start completely fresh, recreate the database (tapes local down --wipe && tapes local up) before seeding.
Usage
# Seed demo sessions into a running tapes API
tapes seed --demo
# Point at a non-default API
tapes seed --demo --api-target http://localhost:8081 Flags
| Flag | Description |
|---|---|
-a, --api-target | URL of a running tapes API server (default: http://localhost:8081) |
-m, --demo | Seed demo data |
-f, --overwrite | Deprecated: seeding is idempotent, overwrite is unnecessary |
After seeding, verify with tapes sessions or open tapes deck.