diff --git a/packages/grafana-toolkit/src/cli/index.ts b/packages/grafana-toolkit/src/cli/index.ts index 82e6c8eb20a..2af7de36734 100644 --- a/packages/grafana-toolkit/src/cli/index.ts +++ b/packages/grafana-toolkit/src/cli/index.ts @@ -247,6 +247,9 @@ export const run = (includeInternalScripts = false) => { .command('plugin:update-circleci') .description('Update plugin') .action(async (cmd) => { + chalk.yellow.bold( + `⚠️ This command is deprecated and will be removed in v10. No further support will be provided. ⚠️` + ); await execTask(pluginUpdateTask)({}); });