MCPcopy Index your code
hub / github.com/remotion-dev/remotion / cli

Function cli

packages/lambda/src/cli/index.ts:306–317  ·  view source on GitHub ↗
(logLevel: LogLevel)

Source from the content-addressed store, hash-verified

304};
305
306export const cli = async (logLevel: LogLevel) => {
307 const remotionRoot = RenderInternals.findRemotionRoot();
308 await CliInternals.initializeCli(remotionRoot);
309
310 await executeCommand(
311 parsedLambdaCli._,
312 remotionRoot,
313 logLevel,
314 LambdaClientInternals.awsImplementation,
315 awsFullClientSpecifics,
316 );
317};

Callers

nothing calls this directly

Calls 1

executeCommandFunction · 0.70

Tested by

no test coverage detected