Getting Started

Products

Infrastructure

Viewing Build Logs

View build logs for your Globe deployments using the globe build-logs command or stream logs during deployment with the --logs flag.

globe build-logs

View the build logs for a specific deployment using its deployment ID.

Usage

globe build-logs [flags]

Flags

  • --deployment: Required. The ID of the deployment

Example

globe build-logs --deployment <DEPLOYMENT_ID>

You can find the deployment ID in the Globe dashboard (usually within the deployment details page) or often in the output provided right after running the globe deploy command.

globe deploy --logs

Stream build logs directly to your terminal during deployment using the --logs flag with globe deploy.

Usage

globe deploy --logs

Related Topics