in chefctl/src/chefctl.rb [427:435]
def load_config(config_file, cli_options = {})
validate_options(cli_options)
filename = File.expand_path(config_file)
if File.exist?(filename)
Chefctl::Config.from_file(filename)
end
Chefctl::Config.merge!(cli_options)
end