juice_helpers.prototype.print_out_diff_folder_with_cms = function (folder) {
    const local_path = path.join(enduro.project_path, 'cms')
    const juice_path = path.join(enduro.project_path, folder)

    return juice_diff.print_out_diff(local_path, juice_path)