gh-velocity flow throughput#

Count issues closed and PRs merged in a window

Synopsis#

Throughput counts the number of issues closed and pull requests merged in a date window. This is the simplest measure of team output.

Default window is the last 30 days.

gh-velocity flow throughput [flags]

Examples#

  # Last 30 days
  gh velocity flow throughput

  # Last 7 days, JSON output
  gh velocity flow throughput --since 7d -r json

  # Remote repo
  gh velocity flow throughput --since 30d -R cli/cli

Options#

  -h, --help           help for throughput
      --since string   Start of date window (default: 30d)
      --until string   End of date window (default: now)

Options inherited from parent commands#

      --config string     Path to config file (default: .gh-velocity.yml)
      --debug             Print diagnostic info to stderr
      --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#