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

Function RunCliRawOutput

test/integration/integrationtestutil.go:171–178  ·  view source on GitHub ↗
(space string, args ...string)

Source from the content-addressed store, hash-verified

169}
170
171func RunCliRawOutput(space string, args ...string) ([]byte, []byte, error) {
172 cliPath, cliDir, err := EnsureCli()
173 if err != nil { // failed!
174 return nil, nil, err
175 }
176
177 return runExecutableRawOutput(cliPath, args, cliDir, createEnvForCli(space))
178}

Callers 1

TestAccountListFunction · 0.92

Calls 3

EnsureCliFunction · 0.85
runExecutableRawOutputFunction · 0.85
createEnvForCliFunction · 0.85

Tested by 1

TestAccountListFunction · 0.74