@@ -20,14 +20,8 @@ bun run start
2020
2121If ` --template ` is omitted, the CLI prompts you to choose (default: ` dashboard ` ).
2222
23- - ` dashboard ` : Live ops dashboard with deterministic table updates.
24- Highlights: live-updating table with stable row keys, filter/sort/pin controls + incident telemetry.
25- - ` form-app ` : Multi-step form with validation and command modes.
26- Highlights: insert/command key modes with chords, modal help and toast notifications.
27- - ` file-browser ` : Explorer with async command palette search.
28- Highlights: async palette results with cancellation, table browser with details and preview.
29- - ` streaming-viewer ` : High-volume stream monitor with virtualized index.
30- Highlights: virtual list over 15k streams, live ingest feed with follow/pause controls.
23+ - ` dashboard ` : Product-grade EdgeOps console with deterministic live updates.
24+ Highlights: fleet services table, service inspector, active events feed, and escalation runbook.
3125
3226Choose directly with ` --template ` :
3327
@@ -43,7 +37,7 @@ npm create rezi -- --list-templates
4337
4438## Options
4539
46- - ` --template, -t <dashboard|form-app|file-browser|streaming-viewer > ` : Select a template.
40+ - ` --template, -t <dashboard> ` : Select a template.
4741- ` --no-install, --skip-install ` : Skip dependency installation.
4842- ` --pm, --package-manager <npm|pnpm|yarn|bun> ` : Choose a package manager.
4943- ` --list-templates, --templates ` : Print available templates and highlights.
0 commit comments