Skip to content

klim score

Compute a single health score for your dev environment by combining tool freshness, doctor diagnostics, audit findings, compliance status, and source management into a 0-100 metric.

Terminal window
klim score [flags]
FlagDescription
--jsonOutput as JSON
--badgeOutput shields.io badge URL
--refreshForce fresh scan
CategoryMax PointsWhat it measures
Tools up to date30Percentage of tools at latest version
Doctor health25Errors (-5 each) and warnings (-2 each) from doctor
Audit clean20Warnings (-3) and infos (-1) from audit
Compliance15Policy violations (errors -5, warnings -2)
Managed sources10Unmanaged/manual tools (-3 each)
GradeScore
A+95-100
A90-94
B80-89
C70-79
D60-69
F0-59
Terminal window
# Human-readable score card
klim score
# JSON for CI pipelines
klim score --json
# shields.io badge URL for README
klim score --badge

Add to your README:

![klim score](https://img.shields.io/badge/klim%20score-85%2F100%20A-yellowgreen)

Generate your actual badge URL with:

Terminal window
klim score --badge

The score is shown in the Dashboard tab as a prominent gauge with grade.