MCPcopy
hub / github.com/vmware-tanzu/sonobuoy / Command

Function Command

pkg/image/exec/exec.go:59–61  ·  view source on GitHub ↗

Command is a convience wrapper over DefaultCmder.Command

(command string, args ...string)

Source from the content-addressed store, hash-verified

57
58// Command is a convience wrapper over DefaultCmder.Command
59func Command(command string, args ...string) Cmd {
60 return DefaultCmder.Command(command, args...)
61}
62
63// CombinedOutputLines is like os/exec's cmd.CombinedOutput(),
64// but over our Cmd interface, and instead of returning the byte buffer of

Callers 8

RunMethod · 0.92
InspectMethod · 0.92
PullIfNotPresentMethod · 0.92
PullMethod · 0.92
PushMethod · 0.92
TagMethod · 0.92
RmiMethod · 0.92
SaveMethod · 0.92

Calls 1

CommandMethod · 0.65

Tested by

no test coverage detected