mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Toolkit: Deprecate plugin:update-circleci command (#57743)
This commit is contained in:
@@ -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)({});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user