@remotion/cli
Version:
Control Remotion features using the `npx remotion` command
9 lines (8 loc) • 316 B
TypeScript
import { type LogLevel } from '@remotion/renderer';
export declare const upgradeCommand: ({ remotionRoot, packageManager, version, logLevel, args, }: {
remotionRoot: string;
packageManager: string | undefined;
version: string | undefined;
logLevel: LogLevel;
args: string[];
}) => Promise<void>;