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

Method cli

packages/computer/src/git/index.ts:316–316  ·  view source on GitHub ↗

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

(input: GitCliInput)

Source from the content-addressed store, hash-verified

314 * it too when they want CLI-shaped output.
315 */
316 cli(input: GitCliInput): Promise<GitCliResult>;
317}
318
319export interface WorkspaceGitClientOptions {

Callers 11

stub.test.tsFile · 0.65
artifactsCLIMethod · 0.65
cliMethod · 0.65
cliMethod · 0.65
workspace.test.tsFile · 0.65
cli.test.tsFile · 0.65
cliFunction · 0.65
defineGitCommandFunction · 0.65
remoteAddFunction · 0.65
defineArtifactsCommandFunction · 0.65
#callGitMethod · 0.65

Calls

no outgoing calls

Tested by 1

cliFunction · 0.52