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

Struct RepoPluginsCommand

command/plugin/repo_plugins_command.go:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type RepoPluginsCommand struct {
9 RegisteredRepository string `short:"r" description:"Name of a registered repository"`
10 usage interface{} `usage:"CF_NAME repo-plugins [-r REPO_NAME]\n\nEXAMPLES:\n CF_NAME repo-plugins -r PrivateRepo"`
11 relatedCommands interface{} `related_commands:"add-plugin-repo, remove-plugin-repo, install-plugin"`
12}
13
14func (RepoPluginsCommand) Setup(config command.Config, ui command.UI) error {
15 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected