Skip to main content

View Deployment Records

Use tcb cloudrun record list to view deployment records for a Cloud Hosting service and obtain the BuildId and RunId required for build and runtime logs.

Basic Usage

tcb cloudrun record list -e <envId> -s <serviceName>

Examples

# View deployment records for a service
tcb cloudrun record list -e env-123456 -s my-service

# Output JSON to extract BuildId or RunId in a script
tcb cloudrun record list -e env-123456 -s my-service --json

Command Parameters

ParameterDescriptionRequired
-e, --env-id <envId>Environment IDNo
-s, --service-name <serviceName>Service name. If omitted, it is read from cloudbaserc.json first, then requested interactivelyNo
--jsonOutput in JSON formatNo
-h, --helpDisplay command helpNo

Output

The default table includes the following fields:

FieldDescription
DeployIdDeployment ID
Deployment start timeDeployment start time
StatusDeployment status
RunIdRuntime ID used to query runtime logs
BuildIdBuild ID used to query build logs
Traffic ratioCurrent traffic ratio assigned to the version