Skip to content

Show build-summary

show build-summary - Generate pretty build summary for a module

The show build-summary command generates a formatted build summary with module-specific metrics and diagnostics. This command is designed to be used in GitHub Actions workflows to create consistent, attractive build summaries. The output is formatted as Markdown and can be redirected to $GITHUB_STEP_SUMMARY.

Flags

Flag Description
--run-id GitHub Actions run ID for linking to workflow

Notes

Expected Output:

  • Markdown-formatted build summary with emojis and styling, suitable for GitHub Actions $GITHUB_STEP_SUMMARY
  • Success: includes status section, build output metrics table, artifacts section, and collapsible configuration
  • Failure: includes status section, diagnostics with last 50 lines of build log, timing data, and configuration

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.