packages/docs/docs/cloudrun/cli/sites/ls.mdx
npx remotion cloudrun sites ls
Get a list of sites. The URL that is printed can be passed to the render command to render a video.
Site: another-site
Bucket: remotioncloudrun-12345
Region: us-east1
Serve Url: https://storage.googleapis.com/remotioncloudrun-12345/sites/another-site/index.html
Site: test-site
Bucket: remotioncloudrun-12345
Region: us-east1
Serve Url: https://storage.googleapis.com/remotioncloudrun-12345/sites/test-site/index.html
--regionThe 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
Site: another-site
Bucket: remotioncloudrun-12345
Region: us-east1
Serve Url: https://storage.googleapis.com/remotioncloudrun-12345/sites/another-site/index.html
Site: test-site
Bucket: remotioncloudrun-12345
Region: us-east1
Serve Url: https://storage.googleapis.com/remotioncloudrun-12345/sites/test-site/index.html
Site: central-site
Bucket: remotioncloudrun-abcdefgh
Region: us-central1
Serve Url: https://storage.googleapis.com/remotioncloudrun-abcdefgh/sites/central-site/index.html
--quiet, -qReturns only a list of space-separated sites.
npx remotion cloudrun sites ls -q