Skip to main content

@remotion/lambda - 命令行工具

要使用 Remotion Lambda CLI,你首先需要安装它

🌐 To use the Remotion Lambda CLI, you first need to install it.

命令

🌐 Commands

全局选项

🌐 Global options

--region

选择一个 AWS 区域:例如:

🌐 Selects an AWS region: For example:

--region=eu-central-1

默认区域是 us-east-1。你也可以直接设置 REMOTION_AWS_REGION 环境变量,或者通过 .env 文件设置。

🌐 The default region is us-east-1. You may also set a REMOTION_AWS_REGION environment variable directly or via .env file.

请参阅:区域选择

🌐 See: Region selection

--yes, -y

在执行破坏性操作时跳过确认。

🌐 Skips confirmation when doing a destructive action.

--quiet, -q

打印最少量的日志。

🌐 Prints the minimal amount of logs.

--env-file

Specify a location for a dotenv file. Default .env.