@remotion/cloudrun
- npm
- yarn
- pnpm
- bun
npm i --save-exact @remotion/cloudrun@4.0.206
npm i --save-exact @remotion/cloudrun@4.0.206
pnpm i @remotion/cloudrun@4.0.206
pnpm i @remotion/cloudrun@4.0.206
bun i @remotion/cloudrun@4.0.206
bun i @remotion/cloudrun@4.0.206
yarn --exact add @remotion/cloudrun@4.0.206
yarn --exact add @remotion/cloudrun@4.0.206
Also update
remotion
and all `@remotion/*`
packages to the same version.Remove all
^
character in front of the version numbers of it as it can lead to a version conflict.查看设置指南以获取开始的完整说明。
APIs
以下Node.JS可用:
getServiceInfo()
Gets information about a service
deployService()
Create a new service in GCP Cloud Run
deleteService()
Delete a service in GCP Cloud Run
getServices()
Lists available Remotion Cloud Run services
speculateServiceName()
Speculate a service name based on its configuration
getRegions()
Get all available regions
deploySite()
Bundle and upload a site to Cloud Storage
deleteSite()
Delete a bundle from Cloud Storage
getSites()
Get all available sites from Cloud Storage
getOrCreateBucket()
Ensure a Remotion Cloud Storage bucket exists
renderMediaOnCloudrun()
Trigger a video or audio render
renderStillOnCloudrun()
Trigger a still render
testPermissions()
Ensure permissions are correctly set up in GCP
CLI
查看此处以获取CLI命令列表。