explore-config
This program assists in debugging config loading problems. It loads a configuration and displays the contents or displays the search path.Additional paths can be specified in “KWIVER_CONFIG_PATH” environment variableor on the command line with the -I or –path options.If -ds is specified, the detailed search paths that apply to the application aredisplayed only, otherwise the config file is loaded.
The option -dc only has effect when a config file is specified and causes adetailed output of the config entries.
If -I or –path are specified, then the config file is only searched for usingthe specified path. The application name based paths are not used.
kwiver explore-config [options] config-file
Required arguments:
config-file- name of configuration file.
Options are:
-h, --helpDisplay applet usage information.
-h, --dsDisplay detailed application search path.
-h, --dcDisplay detailed config contents.
-I, --path argAdd directory to config search path.
-a, --application argApplication name.
-v, --version argApplication version.
-p, --prefix argNon-standard installation prefix. (e.g. /opt/kitware)