gh-velocity status wip#

Show work in progress

Synopsis#

Show items currently in progress.

Primary source: Projects v2 board status (requires project.url in config).

Use -R owner/repo to filter board items to a specific repo.

gh-velocity status wip [flags]

Examples#

  # Show WIP from configured project board
  gh velocity status wip

  # Filter to a specific repo on the board
  gh velocity status wip -R owner/repo

  # JSON output for CI/automation
  gh velocity status wip -f json

Options#

  -h, --help   help for wip

Options inherited from parent commands#

      --config string   Path to config file (default: .gh-velocity.yml)
      --debug           Print diagnostic info to stderr
  -f, --format string   Output format: json, pretty, markdown (default "pretty")
      --new-post        Force a new post (skip idempotent update; implies --post)
      --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
      --scope string    Additional GitHub search qualifier(s) ANDed with config scope

SEE ALSO#