Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallCmd ¶
InstallCmd is the struct used for configuring the plugin install command
func NewInstallCmd ¶
func NewInstallCmd(config *config.Config) *InstallCmd
NewInstallCmd creates a command for installing plugins
type UninstallCmd ¶ added in v1.9.0
UninstallCmd is the struct used for configuring the plugin uninstall command
func NewUninstallCmd ¶ added in v1.9.0
func NewUninstallCmd(config *config.Config) *UninstallCmd
NewUninstallCmd creates a new command for uninstalling plugins
type UpgradeCmd ¶
UpgradeCmd is the struct used for configuring the plugin update command
func NewUpgradeCmd ¶
func NewUpgradeCmd(config *config.Config) *UpgradeCmd
NewUpgradeCmd creates a new command for upgrading plugins
Click to show internal directories.
Click to hide internal directories.