MCPcopy Create free account
hub / github.com/vercel/vercel / deploy

Function deploy

packages/cli/test/integration-2.test.ts:911–917  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

909 await remove(path.join(directory, '.vercel'));
910
911 function deploy() {
912 return execCli(binaryPath, [directory, '--name', session], {
913 env: {
914 FORCE_TTY: '1',
915 },
916 });
917 }
918
919 const firstDeploy = deploy();
920 await setupProject(

Callers 4

index.test.tsFile · 0.50
runCommandFunction · 0.50

Calls 2

execCliFunction · 0.90
formatOutputFunction · 0.50

Tested by

no test coverage detected