mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 22:53:56 -06:00
feat(cli): add uninstall alias for remove
This commit is contained in:
parent
8047f902a5
commit
2fd25f0093
@ -43,6 +43,10 @@ var pluginCommands = []cli.Command{
|
||||
Name: "ls",
|
||||
Usage: "list all installed plugins",
|
||||
Action: runCommand(lsCommand),
|
||||
}, {
|
||||
Name: "uninstall",
|
||||
Usage: "uninstall <plugin name>",
|
||||
Action: runCommand(removeCommand),
|
||||
}, {
|
||||
Name: "remove",
|
||||
Usage: "remove <plugin name>",
|
||||
|
Loading…
Reference in New Issue
Block a user