Skip to content

Utility Tools

This section covers utility tools available in Software Metrics Machine that help with data management and processing.

Available Tools

  • JSON merge: Merges JSON files from the current directory into a single output file.

See Tools CLI.

Health Check

Analyzes the quality and completeness of your locally cached data. It checks for missing datasets, stale data, invalid dates, and coverage gaps across all providers.

bash
smm health-check
OptionDescriptionExample
ProviderFilter by provider (all, github, jira, sonarqube)--provider=jira
Max gap daysOnly report gaps larger than this many days--max-gap-days=7
OutputOutput format (text or json)--output=json

Example

bash
smm health-check --provider=github --max-gap-days=3 --output=text

Released under the MIT License.