Skip to main content

npx remotion cloudrun sites ls

EXPERIMENTAL

Cloud Run is in Alpha, which means APIs may change in any version and documentation is not yet finished. See the changelog to stay up to date with breaking changes.

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.

Example output

2 sites in us-east1, in the remotion-example project.



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


--region

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
Example output

3 sites in all regions, in the remotion-example project.



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, -q

Returns only a list of space-separated sites.

npx remotion cloudrun sites ls -q
Example output

another-site test-site central-site


See also