Back to Remotion

npx remotion cloudrun sites ls

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

4.0.4842.3 KB
Original Source
<ExperimentalBadge> <p> Cloud Run is in <a href="/docs/cloudrun/status">Alpha status and not actively being developed.</a> </p> </ExperimentalBadge>
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.

<details> <summary>Example output</summary> <pre> 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
</pre> </details>

--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
<details> <summary>Example output</summary> <pre> 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
</pre> </details>

--quiet, -q

Returns only a list of space-separated sites.

npx remotion cloudrun sites ls -q
<details> <summary>Example output</summary> <pre> another-site test-site central-site </pre> </details>

See also