gh-velocity status wip#
Show work in progress
Synopsis#
Show items currently in progress.
Uses lifecycle.in-progress.match and lifecycle.in-review.match labels from config to find open issues that are actively being worked on.
Use -R owner/repo to target a specific repo.
gh-velocity status wip [flags]Examples#
# Show WIP from configured lifecycle labels
gh velocity status wip
# JSON output for CI/automation
gh velocity status wip -r jsonOptions#
-h, --help help for wipOptions 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#
- gh-velocity status - Current work status (wip, my-week, reviews)