Documentation ¶
Index ¶
- func NewPluginCommand(settings *environment.Settings) *cobra.Command
- func NewPluginInstallCommand(settings *environment.Settings) *cobra.Command
- func NewPluginListCommand(settings *environment.Settings) *cobra.Command
- func NewPluginUninstallCommand(settings *environment.Settings) *cobra.Command
- type InstallCommand
- type ListCommand
- type UninstallCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPluginCommand ¶
func NewPluginCommand(settings *environment.Settings) *cobra.Command
NewPluginCommand creates a new "fabric plugin" command
func NewPluginInstallCommand ¶
func NewPluginInstallCommand(settings *environment.Settings) *cobra.Command
NewPluginInstallCommand creates a new "fabric plugin install" command
func NewPluginListCommand ¶
func NewPluginListCommand(settings *environment.Settings) *cobra.Command
NewPluginListCommand creates a new "fabric plugin list" command
func NewPluginUninstallCommand ¶
func NewPluginUninstallCommand(settings *environment.Settings) *cobra.Command
NewPluginUninstallCommand creates a new "fabric plugin uninstall" command
Types ¶
type InstallCommand ¶
InstallCommand implements the plugin install command
func (*InstallCommand) Complete ¶
func (c *InstallCommand) Complete() error
Complete initializes the plugin handler
func (*InstallCommand) Validate ¶
func (c *InstallCommand) Validate() error
Validate checks the required parameters for run
type ListCommand ¶
ListCommand implements the plugin list command
func (*ListCommand) Complete ¶
func (c *ListCommand) Complete() error
Complete initializes the plugin handler
type UninstallCommand ¶
UninstallCommand implements the plugin uninstall command
func (*UninstallCommand) Complete ¶
func (c *UninstallCommand) Complete() error
Complete initializes the plugin handler
func (*UninstallCommand) Validate ¶
func (c *UninstallCommand) Validate() error
Validate checks the required parameters for run
Click to show internal directories.
Click to hide internal directories.