Back to Remotion

npx remotion lambda sites ls

packages/docs/docs/lambda/cli/sites/ls.mdx

4.0.4601.2 KB
Original Source
npx remotion lambda sites ls

Get a list of sites. The URL that is printed can be passed to the render command to render a video.

<details> <summary>Example output</summary> <pre> Site Name Bucket Size Last updated
pr6fwglz05 remotionlambda-abcdefg 14.7 MB 2021-12-02


https://remotionlambda-abcdefg.s3.eu-central-1.amazonaws.com/sites/pr6fwglz05/index.html




testbed remotionlambda-abcdefg 14.7 MB 2021-12-02 

https://remotionlambda-abcdefg.s3.eu-central-1.amazonaws.com/sites/testbed/index.html
</pre> </details>

--region

The AWS region to select. Both project and function should be in this region.

--quiet, -q

Returns only a list of space-separated sites.

npx remotion lambda sites ls -q
<details> <summary>Example output</summary> <pre> pr6fwglz05 testbed </pre> </details>

--compatible-only<AvailableFrom v="4.0.435" />

If passed, only sites whose Remotion version matches the installed version of @remotion/lambda are returned.

--force-path-style<AvailableFrom v="4.0.202" />

Passes forcePathStyle to the AWS S3 client. If you don't know what this is, you probably don't need it.