We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42cd5b commit 6758504Copy full SHA for 6758504
1 file changed
README.md
@@ -45,6 +45,11 @@ blueprints.
45
```bash
46
flask --app app.cli.backfill backfill-rates --days 30 --base USD
47
```
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.
53
- Generate a sample portfolio (~2k positions) and verify latency budgets with:
54
55
python scripts/perf_sanity_check.py --reset
0 commit comments