prism dashboard
Generate a portfolio dashboard from the ecosystem: scored and ranked initiatives, strategic pillar rollups, gap analysis, and a maturity heatmap.
Persistent Flags
These flags apply to all dashboard subcommands:
| Flag | Description |
|---|---|
--dir |
Ecosystem directory to load |
--config |
Ecosystem config file (JSON) |
--theme |
Theme: light (default) or dark |
--gaps |
Include gap analysis (default true) |
--heatmap |
Include maturity heatmap (default true) |
Commands
generate
Generate the dashboard HTML into a site output directory:
| Flag | Description |
|---|---|
--output |
Output directory for the site (default ./dist) |
export
Export a self-contained dashboard HTML file:
| Flag | Description |
|---|---|
--export |
Output file path (default ./dashboard.html) |
data
Output the dashboard data as JSON (for custom rendering or tooling):
| Flag | Description |
|---|---|
--format |
Output format: json (default) |
See Also
prism prioritize- The scoring model behind ranked initiativesprism gaps- Gap analysis included in the dashboardprism site- Full static site generation