MCPcopy Index your code
hub / github.com/devcontainers/cli / exec

Method exec

src/spec-configuration/editableFiles.ts:162–162  ·  view source on GitHub ↗
(cmd: string, options?: { logOutput?: boolean; stdin?: Buffer })

Source from the content-addressed store, hash-verified

160
161export interface ShellServer {
162 exec(cmd: string, options?: { logOutput?: boolean; stdin?: Buffer }): Promise<{ stdout: string; stderr: string }>;
163}

Callers 15

getContainerPropertiesFunction · 0.65
getUserFunction · 0.65
getHomeFolderFunction · 0.65
getUserFromPasswdDBFunction · 0.65
getOSReleaseFunction · 0.65
updateMarkerFileFunction · 0.65
createFileFunction · 0.65
runRemoteCommandNoPtyFunction · 0.65
patchEtcEnvironmentFunction · 0.65
patchEtcProfileFunction · 0.65
readUserEnvFromCacheFunction · 0.65
updateUserEnvCacheFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected