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 formatChoices:
json,tomlDefault:
json-h --help— Print help
Examples
Choose JSON or TOML for the effective runtime settings.
sh
hk config dump
hk config dump --format toml