pub fn check(config_path: PathBuf) -> Result<CheckOutcome, CliError>
Validates the workspace config at config_path. A config that fails to parse or validate is a finding; a file that cannot be read at all is an operational failure of the command itself.
config_path
Returns CliError when the config cannot be read.
CliError