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

Method MetaData

cf/commandregistry/command.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10type Command interface {
11 MetaData() CommandMetadata
12 SetDependency(deps Dependency, pluginCall bool) Command
13 Requirements(requirementsFactory requirements.Factory, context flags.FlagContext) ([]requirements.Requirement, error)
14 Execute(context flags.FlagContext) error

Implementers 15

FakeCommand4plugin/rpc/fakecommand/fake_command4.g
FakeCommand1plugin/rpc/fakecommand/fake_command1.g
FakeCommand3plugin/rpc/fakecommand/fake_command3.g
FakeCommand2plugin/rpc/fakecommand/fake_command2.g
APIcf/commands/api.go
Helpcf/commands/help.go
Passwordcf/commands/passwd.go
OAuthTokencf/commands/oauth_token.go
Targetcf/commands/target.go
Authenticatecf/commands/auth.go
OneTimeSSHCodecf/commands/ssh_code.go
Logincf/commands/login.go

Calls

no outgoing calls

Tested by

no test coverage detected