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

Function run

packages/computer/src/artifacts/cli.test.ts:18–21  ·  view source on GitHub ↗
(argv: string[])

Source from the content-addressed store, hash-verified

16}
17
18async function run(argv: string[]) {
19 const { client } = makeClient();
20 return client.cli({ argv });
21}
22
23describe("credentialURL", () => {
24 it("embeds the token as basic-auth with the conventional x user", () => {

Callers 6

cli.test.tsFile · 0.70
spanFunction · 0.50
withSpanFunction · 0.50
spanFunction · 0.50
spanFunction · 0.50
encodeCallFunction · 0.50

Calls 2

makeClientFunction · 0.70
cliMethod · 0.65

Tested by

no test coverage detected