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

Function deployCommand

packages/cli-v3/src/commands/deploy.ts:175–179  ·  view source on GitHub ↗
(dir: string, options: unknown)

Source from the content-addressed store, hash-verified

173}
174
175export async function deployCommand(dir: string, options: unknown) {
176 return await wrapCommandAction("deployCommand", DeployCommandOptions, options, async (opts) => {
177 return await _deployCommand(dir, opts);
178 });
179}
180
181async function _deployCommand(dir: string, options: DeployCommandOptions) {
182 const span = trace.getSpan(context.active());

Callers 1

configureDeployCommandFunction · 0.85

Calls 2

wrapCommandActionFunction · 0.85
_deployCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…