Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + type AddPluginRepoActor interface + AddPluginRepository func(repoName string, repoURL string) error + type AddPluginRepoCommand struct + Actor AddPluginRepoActor + Config command.Config + RequiredArgs flag.AddPluginRepoArgs + SkipSSLValidation bool + UI command.UI + func (cmd *AddPluginRepoCommand) Setup(config command.Config, ui command.UI) error + func (cmd AddPluginRepoCommand) Execute(args []string) error + type ListPluginReposCommand struct + func (ListPluginReposCommand) Execute(args []string) error + func (ListPluginReposCommand) Setup(config command.Config, ui command.UI) error + type PluginsActor interface + GetOutdatedPlugins func() ([]pluginaction.OutdatedPlugin, error) + type PluginsCommand struct + Actor PluginsActor + Checksum bool + Config command.Config + Outdated bool + SkipSSLValidation bool + UI command.UI + func (cmd *PluginsCommand) Setup(config command.Config, ui command.UI) error + func (cmd PluginsCommand) Execute([]string) error + type RemovePluginRepoCommand struct + RequiredArgs flag.PluginRepoName + func (RemovePluginRepoCommand) Execute(args []string) error + func (RemovePluginRepoCommand) Setup(config command.Config, ui command.UI) error + type RepoPluginsCommand struct + RegisteredRepository string + func (RepoPluginsCommand) Execute(args []string) error + func (RepoPluginsCommand) Setup(config command.Config, ui command.UI) error + type UninstallPluginActor interface + UninstallPlugin func(uninstaller pluginaction.PluginUninstaller, name string) error + type UninstallPluginCommand struct + Actor UninstallPluginActor + Config command.Config + RequiredArgs flag.PluginName + UI command.UI + func (cmd *UninstallPluginCommand) Setup(config command.Config, ui command.UI) error + func (cmd UninstallPluginCommand) Execute(args []string) error Other modules containing this package github.com/LukasHeimann/cloudfoundrycli