Back to Remotion

npx remotion cloudrun services ls

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

4.0.4661.6 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 services ls

Lists the services that you have deployed to GCP in the selected region.

<details> <summary>Example output</summary> <pre> 2 services in us-east1
Service name: remotion--3-3-95--mem512mi--cpu2--t-1200


Version: 3.3.95


CPU Limit: 2

Memory Limit: 512Mi


Timeout: 1200sec


Region: us-east1


Service URL: https://remotion--3-3-95--mem512mi--cpu2--t-1200-1a2b3c4d5e-ue.a.run.app


GCP Console URL: https://console.cloud.google.com/run/detail/us-east1/remotion--3-3-95--mem512mi--cpu2--t-1200/logs




Service name: remotion--3-3-82--mem512mi--cpu1-0--t-800


Version: 3.3.82


CPU Limit: 1.0


Memory Limit: 512Mi


Timeout: 800sec


Region: us-east1


Service URL: https://remotion--3-3-82--mem512mi--cpu1-0--t-800-1a2b3c4d5e-ue.a.run.app


GCP Console URL: https://console.cloud.google.com/run/detail/us-east1/remotion--3-3-82--mem512mi--cpu1-0--t-800/logs


</pre> </details>

--region

The GCP region to list services from.

--quiet, -q

Prints only the service names in a space-separated list. If no services exist, prints ()

See also