mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Toolkit: Deprecate plugin:bundle-managed command and move its functionality to a bash script. (#57719)
* Toolkit: Deprecate `plugin:bundle-managed` command * Replace yarn script with bash command
This commit is contained in:
@@ -223,6 +223,9 @@ export const run = (includeInternalScripts = false) => {
|
||||
.command('plugin:bundle-managed')
|
||||
.description('Builds managed plugins')
|
||||
.action(async (cmd) => {
|
||||
chalk.yellow.bold(
|
||||
`⚠️ This command is deprecated and will be removed in v10. No further support will be provided. ⚠️`
|
||||
);
|
||||
await execTask(bundleManagedTask)({});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user