build command provides tools for managing cloud builds on Pipecat Cloud. You can view build logs, check build status, and list recent builds.
Cloud builds are typically triggered automatically when you run pipecat cloud deploy without specifying an image. These commands help you monitor and manage those builds.
logs
View logs for a cloud build. Usage:The ID of the build to get logs for. You can find build IDs using
pipecat cloud build list.Number of log lines to retrieve. Maximum is 10000.
Organization to use. If not provided, uses the current organization from your configuration.
status
Get the current status of a cloud build. Usage:The ID of the build to check.
Organization to use. If not provided, uses the current organization from your configuration.
- Current status (
pending,building,success,failed,timeout) - Region, context hash, and Dockerfile path
- Timestamps for creation, start, and completion
- Build duration and context/image sizes
- Error messages (if the build failed)
list
List recent cloud builds. Usage:Number of builds to list. Maximum is 100.
Filter by build status. Valid values:
pending, building, success, failed, timeout.Filter by region.
Organization to use. If not provided, uses the current organization from your configuration.