Skip to content

Commit 6758504

Browse files
committed
docs: document demo seed workflow
1 parent d42cd5b commit 6758504

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ blueprints.
4545
```bash
4646
flask --app app.cli.backfill backfill-rates --days 30 --base USD
4747
```
48+
- Seed the demo portfolio on first run to populate dashboards:
49+
```bash
50+
flask --app app.cli.seed_demo seed-demo
51+
```
52+
This command is idempotent and will recreate the “Global Book (USD)” sample positions when needed.
4853
- Generate a sample portfolio (~2k positions) and verify latency budgets with:
4954
```bash
5055
python scripts/perf_sanity_check.py --reset

0 commit comments

Comments
 (0)