fastapi-cloud-deployments-build-logs - Man Page
fastapi cloud deployments build-logs – Stream or fetch build logs for a FastAPI Cloud deployment.
Synopsis
fastapi cloud deployments build-logs [Options] DEPLOYMENT_ID
Options
- --follow, -f, --no-follow
Stream build logs until the build reaches a terminal state. [default: follow]
- --json
Print structured JSON to stdout. [env var: FASTAPI_CLOUD_JSON]
- --help, -h
Show a help message and exit.
Arguments
- DEPLOYMENT_ID
ID of the deployment whose build logs should be returned. [required]
Environment
- FASTAPI_CLOUD_JSON
Print structured JSON to stdout; same as the --json option.
See Also
fastapi-cloud-deployments-get(1), fastapi-cloud-deployments-list(1)
Referenced By
fastapi-cloud-deployments(1), fastapi-cloud-deployments-get(1), fastapi-cloud-deployments-list(1).
June 2026