Update cli/index.ts

Co-authored-by: Adam Altman <adam@redoc.ly>
This commit is contained in:
Alex Varchuk 2023-03-06 11:29:29 +02:00 committed by GitHub
parent d4c58cfccd
commit b69bd111cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ YargsParser.command(
res => {
console.log(`
${boxen(
'This package is deprecated.\n\nUse `@redocly/cli preview-docs <api>` instead.',
'This package is deprecated.\n\nUse `npx @redocly/cli preview-docs <api>` instead.',
boxenOptions,
)}`);
return res;