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

Function formatOutput

packages/cli/test/dev/utils.ts:106–114  ·  view source on GitHub ↗
({
  stderr,
  stdout,
}: {
  stderr: string;
  stdout: string;
})

Source from the content-addressed store, hash-verified

104}
105
106export function formatOutput({
107 stderr,
108 stdout,
109}: {
110 stderr: string;
111 stdout: string;
112}) {
113 return `Received:\n"${stderr}"\n"${stdout}"`;
114}
115
116function printOutput(fixture: string, stdout: string, stderr: string) {
117 const lines = (

Callers 15

northstar.test.tsFile · 0.50
tryDeployFunction · 0.50
deployFunction · 0.50
vcLinkFunction · 0.50
vcEnvAddWithPromptsFunction · 0.50
vcEnvAddFromStdinFunction · 0.50
vcEnvAddFromStdinPreviewFunction · 0.50

Calls

no outgoing calls

Tested by 15

tryDeployFunction · 0.40
deployFunction · 0.40
vcLinkFunction · 0.40
vcEnvAddWithPromptsFunction · 0.40
vcEnvAddFromStdinFunction · 0.40
vcEnvAddFromStdinPreviewFunction · 0.40
vcEnvLsIncludesVarFunction · 0.40
vcEnvPullFunction · 0.40
vcEnvPullOverwriteFunction · 0.40
vcEnvPullConfirmFunction · 0.40