MCPcopy Create free account
hub / github.com/dfinity/orbit / execAsync

Function execAsync

cli/src/utils.ts:49–51  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

47};
48
49export const execAsync = async (command: string): Promise<string> => {
50 return promisify(exec)(command).then(({ stdout }) => stdout);
51};
52
53export const cargoProjectVersion = (projectName: string): string => {
54 return execSync(

Callers 4

remove.tsFile · 0.90
searchRegistryFunction · 0.90
publish.tsFile · 0.90
assertReplicaIsHealthyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected