@redocly/cli
Version:
[@Redocly](https://redocly.com) CLI is your all-in-one API documentation utility. It builds, manages, improves, and quality-checks your API descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make
6 lines • 432 B
JavaScript
import { logger } from '@redocly/openapi-core';
import { green, blue } from 'colorette';
export function prefixTagSuggestion(conflictsLength) {
logger.info(green(`\n${conflictsLength} conflict(s) on tags.\nSuggestion: please use ${blue('prefix-tags-with-filename')}, ${blue('prefix-tags-with-info-prop')} or ${blue('without-x-tag-groups')} to prevent naming conflicts.\n\n`));
}
//# sourceMappingURL=prefix-tag-suggestion.js.map