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

Function ViewRun

pkg/cmd/worker/ssh/view/view.go:38–40  ·  view source on GitHub ↗
(opts *shared.ViewOptions)

Source from the content-addressed store, hash-verified

36}
37
38func ViewRun(opts *shared.ViewOptions) error {
39 return shared.ViewRun(opts, contributeEndpoint, "SSH")
40}
41
42func contributeEndpoint(opts *shared.ViewOptions, workerEndpoint machines.IEndpoint) ([]*output.DataRow, error) {
43 data := []*output.DataRow{}

Callers 1

NewCmdViewFunction · 0.70

Calls 1

ViewRunFunction · 0.92

Tested by

no test coverage detected