@remotion/cli
Version:
Control Remotion features using the `npx remotion` command
8 lines (7 loc) • 415 B
TypeScript
export type VersionAndPath = {
version: string;
path: string;
};
export declare const VERSIONS_COMMAND = "versions";
export declare const validateVersionsBeforeCommand: (remotionRoot: string, logLevel: "error" | "info" | "trace" | "verbose" | "warn") => Promise<void>;
export declare const versionsCommand: (remotionRoot: string, logLevel: "error" | "info" | "trace" | "verbose" | "warn") => Promise<void>;