UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

4 lines (3 loc) 220 B
import type { Command } from "commander"; export declare function configurePromoteCommand(program: Command): Command; export declare function promoteCommand(version: string, options: unknown): Promise<void | undefined>;