View Version Details
Use tcb cloudrun version detail to query the runtime configuration, build information, and status of a specified Cloud Hosting service version.
Basic Usage
tcb cloudrun version detail -e <envId> -s <serviceName> --version-name <versionName>
Examples
# View details for a specified version
tcb cloudrun version detail -e env-123456 -s my-service --version-name my-service-001
# Query version details with a channel identifier
tcb cloudrun version detail -e env-123456 -s my-service --version-name my-service-001 --channel preview
# Output JSON
tcb cloudrun version detail -e env-123456 -s my-service --version-name my-service-001 --json
Command Parameters
| Parameter | Description | Required |
|---|---|---|
-e, --env-id <envId> | Environment ID | No |
-s, --service-name <serviceName> | Service name. If omitted, it is read from cloudbaserc.json first, then requested interactively | No |
--version-name <versionName> | Version name. If omitted, it is requested interactively | No |
--channel <channel> | Channel identifier required to query version details | No |
--json | Output in JSON format | No |
-h, --help | Display command help | No |
Output
By default, the command prints the raw version details. The result commonly includes CPU, memory, instance counts, environment variables, Dockerfile, build directory, VPC configuration, storage mounts, and version status.