Next (unreleased)
This page tracks changes that will be included in the next release. It is updated as pull requests are merged.
New Features
Section titled “New Features”Global --config / -c flag (#315)
Section titled “Global --config / -c flag (#315)”All subcommands now accept a -c / --config flag to load a specific config file instead of the default config discovery (global + project). The flag can appear before or after the subcommand name.
runok check -c readonly-gh.yml -- gh api graphqlrunok -c custom.yml exec -- npm testrunok test -c my-rules.ymlThis replaces the previous per-subcommand --config flags on runok test and runok migrate. The flag now works identically on all subcommands including check and exec.
See Global Flags for details.