MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / Dependable

Interface Dependable

pkg/cmd/dependencies.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Dependable interface {
15 Commit() error
16 GenerateAutomationCmd()
17}
18
19type Dependencies struct {
20 Out io.Writer

Callers 16

cloneRunFunction · 0.65
convertRunFunction · 0.65
createRunFunction · 0.65
createRunFunction · 0.65
createRunFunction · 0.65
createRunFunction · 0.65
createRunFunction · 0.65
createRunFunction · 0.65
cloneRunFunction · 0.65
convertRunFunction · 0.65
createRunFunction · 0.65
createRunFunction · 0.65

Implementers 8

CloneOptionspkg/cmd/project/clone/clone.go
ConvertOptionspkg/cmd/project/convert/convert.go
CreateOptionspkg/cmd/project/create/create_opts.go
TagOptionspkg/cmd/project/tag/tag_opts.go
TagOptionspkg/cmd/environment/tag/tag_opts.go
CreateOptionspkg/cmd/tenant/create/create_opts.go
TagOptionspkg/cmd/tenant/tag/tag_opts.go
CreateOptionspkg/cmd/projectgroup/create/create.go

Calls

no outgoing calls

Tested by

no test coverage detected