builds info

Display detailed information about a Build, including its ID, status, associated Release, description, start time, and elapsed duration.

Syntax

$ convox builds info <build>

Flags

Flag Short Description
--app -a App name
--rack -r Rack name

Example Usage

$ convox builds info BABCDEF -a myapp
Id           BABCDEF
Status       complete
Release      RABCDEF
Description  feature branch build
Started      2 hours ago
Elapsed      47s

See Also