gh-velocity config#
Inspect, validate, and generate configuration
Synopsis#
Configuration commands for .gh-velocity.yml.
Getting started:
- gh velocity config preflight -R owner/repo # analyze repo, suggest config
- gh velocity config create # generate starter config
- gh velocity config validate # check for errors
Options#
-h, --help help for configOptions 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 scopeSEE ALSO#
- gh-velocity - GitHub velocity and quality metrics
- gh-velocity config create - Create a default .gh-velocity.yml in the current directory
- gh-velocity config discover - Discover Projects v2 boards and fields linked to a repo
- gh-velocity config preflight - Analyze a repo and recommend a .gh-velocity.yml configuration
- gh-velocity config show - Display resolved configuration with defaults applied
- gh-velocity config validate - Validate configuration and report errors