npx remotion cloudrun sites ls
Cloud Run 处于 Alpha 状态,且尚未积极开发。
npx remotion cloudrun sites ls获取站点列表。打印出的 URL 可以传递给 render 命令以渲染视频。
🌐 Get a list of sites. The URL that is printed can be passed to the render command to render a video.
示例输出
在 us-east1 的 2 个站点,位于 remotion-example 项目中。
站点:another-site
存储桶:remotioncloudrun-12345
区域:us-east1
访问 URL:https://storage.googleapis.com/remotioncloudrun-12345/sites/another-site/index.html
站点:test-site
存储桶:remotioncloudrun-12345
区域:us-east1
访问 URL:https://storage.googleapis.com/remotioncloudrun-12345/sites/test-site/index.html
--region
要列出站点的 GCP 区域。
🌐 The GCP region to list sites from.
--all-regions,
忽略区域,返回项目中所有区域的站点。
🌐 Ignores region, returning sites across all regions for the project.
npx remotion cloudrun sites ls --all-regions示例输出
所有区域共 3 个站点,在 remotion-example 项目中。
站点:another-site
存储桶:remotioncloudrun-12345
区域:us-east1
访问网址:https://storage.googleapis.com/remotioncloudrun-12345/sites/another-site/index.html
站点:test-site
存储桶:remotioncloudrun-12345
区域:us-east1
访问网址:https://storage.googleapis.com/remotioncloudrun-12345/sites/test-site/index.html
站点:central-site
存储桶:remotioncloudrun-abcdefgh
区域:us-central1
访问网址:https://storage.googleapis.com/remotioncloudrun-abcdefgh/sites/central-site/index.html
--quiet, -q
仅返回以空格分隔的站点列表。
🌐 Returns only a list of space-separated sites.
npx remotion cloudrun sites ls -q示例输出
另一个站点 测试站点 中央站点
另请参阅
🌐 See also