/**
 * Clears the config yml manifest
 * @return void
 */
function clear_config_manifest()
{
    $manifest = new \SS_ConfigManifest(BASE_PATH);
    $manifest->regenerate(false, true);
}