gh-velocity config show#

Display resolved configuration with defaults applied

Synopsis#

Display the fully resolved configuration with all defaults applied.

This shows the effective config that commands will use — including default values for any keys you have not set in your .gh-velocity.yml. Use this to verify that your config is interpreted the way you expect.

The JSON output (-f json) is useful for debugging or piping into other tools.

gh-velocity config show [flags]

Examples#

  gh velocity config show
  gh velocity config show -f json

Options#

  -h, --help   help for show

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#