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

Function NewDependenciesFromExisting

pkg/cmd/dependencies.go:66–77  ·  view source on GitHub ↗
(opts *Dependencies, cmdPath string)

Source from the content-addressed store, hash-verified

64}
65
66func NewDependenciesFromExisting(opts *Dependencies, cmdPath string) *Dependencies {
67 return &Dependencies{
68 Ask: opts.Ask,
69 CmdPath: cmdPath,
70 Out: opts.Out,
71 Client: opts.Client,
72 Host: opts.Host,
73 NoPrompt: opts.NoPrompt,
74 Space: opts.Space,
75 ShowMessagePrefix: true,
76 }
77}

Callers 3

CreateProjectGroupFunction · 0.92
convertProjectCallbackFunction · 0.92
createRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected