MCPcopy Create free account
hub / github.com/cloudflare/computer / cli

Method cli

packages/computer/src/artifacts/client.ts:96–96  ·  view source on GitHub ↗

* Argv-driven entry point. The worker-backend's `artifacts` * custom command dispatches through this; in-process callers can * use it too when they want CLI-shaped output.

(input: ArtifactsCLIInput)

Source from the content-addressed store, hash-verified

94 * use it too when they want CLI-shaped output.
95 */
96 cli(input: ArtifactsCLIInput): Promise<ArtifactsCLIResult>;
97}
98
99/**

Callers 2

runFunction · 0.65
cli.test.tsFile · 0.65

Implementers 1

WorkspaceArtifactsStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by 1

runFunction · 0.52