mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 07:42:45 +08:00
Plugins: Remove dead CLI code and use pkg/plugins for uninstall process (#67711)
* remove dead code and use pkg/plugins for uninstall process * fix linter
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
"github.com/grafana/grafana/pkg/cmd/grafana-cli/utils"
|
||||
)
|
||||
|
||||
// RunCLI is the entrypoint for the grafana-cli command. It returns the exit code for the grafana-cli program.
|
||||
// CLICommand is the entrypoint for the grafana-cli command. It returns the exit code for the grafana-cli program.
|
||||
func CLICommand(version string) *cli.Command {
|
||||
return &cli.Command{
|
||||
Name: "cli",
|
||||
|
Reference in New Issue
Block a user