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

Function updateCommand

packages/cli-v3/src/commands/update.ts:44–46  ·  view source on GitHub ↗
(dir: string, options: UpdateCommandOptions)

Source from the content-addressed store, hash-verified

42const triggerPackageFilter = /^@trigger\.dev/;
43
44export async function updateCommand(dir: string, options: UpdateCommandOptions) {
45 await updateTriggerPackages(dir, options);
46}
47
48export async function updateTriggerPackages(
49 dir: string,

Callers 1

configureUpdateCommandFunction · 0.70

Calls 1

updateTriggerPackagesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…