Documentation ¶
Index ¶
- Variables
- func InstallPlugin(pluginName, version string, c CommandLine) error
- func PermissionsError(err error) bool
- func RemoveGitBuildFromName(pluginName, filename string) string
- func SelectVersion(plugin m.Plugin, version string) (m.Version, error)
- func ShouldUpgrade(installed string, remote m.Plugin) bool
- type CommandLine
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = []cli.Command{
{
Name: "plugins",
Usage: "Manage plugins for grafana",
Subcommands: pluginCommands,
},
}
Functions ¶
func InstallPlugin ¶
func InstallPlugin(pluginName, version string, c CommandLine) error
func PermissionsError ¶
func RemoveGitBuildFromName ¶
Types ¶
type CommandLine ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.