mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Toolkit: Deprecate plugin:update-circleci
command (#57743)
This commit is contained in:
parent
998093a280
commit
91ee5fec14
@ -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)({});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user