MCPcopy
hub / github.com/triggerdotdev/trigger.dev / preExitTasks

Function preExitTasks

packages/cli-v3/src/commands/deploy.ts:368–375  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

366 }
367
368 const preExitTasks = async () => {
369 printWarnings(warnings.warnings);
370
371 if (options.saveLogs) {
372 const logPath = await saveLogs(deploymentResponse.data.shortCode, image.logs);
373 log.info(`Build logs have been saved to ${logPath}`);
374 }
375 };
376
377 const imageReference = options.selfHosted
378 ? `${selfHostedRegistryHost ? `${selfHostedRegistryHost}/` : ""}${image.image}${

Callers 1

_deployCommandFunction · 0.85

Calls 3

printWarningsFunction · 0.85
saveLogsFunction · 0.85
infoMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…