gh-velocity#
GitHub velocity and quality metrics
Synopsis#
Compute velocity and quality metrics from GitHub data and post them where the work happens.
Options#
--config string Path to config file (default: .gh-velocity.yml)
--debug Print diagnostic info to stderr
-h, --help help for gh-velocity
--new-post Force a new post (skip idempotent update; implies --post)
--no-cache Disable disk cache (in-memory deduplication still active)
--post Post output to GitHub (dry-run by default; set GH_VELOCITY_POST_LIVE=true for live)
-R, --repo string Repository in owner/name format
-r, --results strings Output format(s): json, pretty, markdown, html (comma-separated) (default [pretty])
--scope string Additional GitHub search qualifier(s) ANDed with config scope
--title string Override discussion title (with --post)
--write-to string Write result files to this directory (silences stdout)SEE ALSO#
- gh-velocity config - Inspect, validate, and generate configuration
- gh-velocity flow - Flow metrics (lead-time, cycle-time, velocity)
- gh-velocity issue - Composite detail view for a single issue
- gh-velocity pr - Composite detail view for a single pull request
- gh-velocity quality - Quality metrics for releases
- gh-velocity report - Composite dashboard of velocity and quality metrics
- gh-velocity status - Current work status (wip, my-week, reviews)
- gh-velocity version - Print version information