Skip to content

hk config dump

  • Usage: hk config dump [--format <FORMAT>]
  • Effect: read-only

Print the effective runtime settings

Shows the merged configuration from all sources, including CLI flags, environment variables, git config, project config, and user config.

Flags

  • --format <FORMAT> — Output format

    Choices: json, toml

    Default: json

  • -h --help — Print help

Examples

Choose JSON or TOML for the effective runtime settings.

sh
hk config dump
hk config dump --format toml

Learn more

Configuration guide · Troubleshooting · All commands

MIT LicenseCopyright © 2026jdx.dev