mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 09:42:06 +08: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