MCPcopy
hub / github.com/cloudfoundry/cli / PluginsCommand

Struct PluginsCommand

command/plugin/plugins_command.go:20–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type PluginsCommand struct {
21 Checksum bool `long:"checksum" description:"Compute and show the sha1 value of the plugin binary file"`
22 Outdated bool `long:"outdated" description:"Search the plugin repositories for new versions of installed plugins"`
23 usage interface{} `usage:"CF_NAME plugins [--checksum | --outdated]"`
24 relatedCommands interface{} `related_commands:"install-plugin, repo-plugins, uninstall-plugin"`
25 SkipSSLValidation bool `short:"k" hidden:"true" description:"Skip SSL certificate validation"`
26 UI command.UI
27 Config command.Config
28 Actor PluginsActor
29}
30
31func (cmd *PluginsCommand) Setup(config command.Config, ui command.UI) error {
32 cmd.UI = ui

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected