Skip to main content

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

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
--version-name <versionName>Version name. If omitted, it is requested interactivelyNo
--channel <channel>Channel identifier required to query version detailsNo
--jsonOutput in JSON formatNo
-h, --helpDisplay command helpNo

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.