Powerpipe CLI v0.2.0 - Added timeout flags for benchmark and dashboard execution commands
April 26, 2024•cli
Whats new
- It is now possible to set a timeout for benchmark and dashboard execution. These can be set:
- In the workspace using properties:
dashboard_timeout
andbenchmark_timeout
- Using the
--dashboard-timeout
flag for thedashboard run
andserver
commands - Using the
--benchmark-timeout
flag for thebenchmark run
commands. - Using the environment variables
POWERPIPE_DASHBOARD_TIMEOUT
andPOWERPIPE_BENCHMARK_TIMEOUT
respectively. (#336)
- In the workspace using properties:
- Support installing private mods using a GitHub app token. (#381).
- Improve the layout of filter and grouping components for control tags and dimensions. (#263)
- Remove the
dashboard input list
anddashboard input show
commands. - Add thousands separator to numeric values in dashboard tables. (#315)
- Only show benchmark cards for statuses that are contained in the current filter and add status to filter on card click. (#322)
Bug fixes