UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

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