gh-velocity config create#
Create a default .gh-velocity.yml in the current directory
Synopsis#
Generate a starter .gh-velocity.yml with sensible defaults.
For a smarter config tailored to your repo, use 'config preflight' first: gh velocity config preflight -R owner/repo
gh-velocity config create [flags]Examples#
gh velocity config createOptions#
-h, --help help for createOptions 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 config - Inspect, validate, and generate configuration