Skip to content

Commit

Permalink
Toolkit: Deprecate plugin:update-circleci command (#57743)
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Oct 27, 2022
1 parent 998093a commit 91ee5fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/grafana-toolkit/src/cli/index.ts
Expand Up @@ -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)({});
});

Expand Down

0 comments on commit 91ee5fe

Please sign in to comment.