hk config get
- Usage:
hk config get <KEY> - Effect: read-only
Get a specific configuration value
Accepts any setting name shown by hk config dump (for example fail_fast, exclude, or skip_steps) plus jobs, enabled_profiles, and disabled_profiles.
Arguments
<KEY>— Configuration key to retrieve
Flags
-h --help— Print help
Examples
Read an individual runtime setting by its underscore-separated name.
sh
hk config get jobs
hk config get skip_steps