BuildLogView renders the log and nothing else. build show returns the
status, commit, branch and queued/finished times:
build 60 build success
ff6271a9d4 on cli-coverage
queued 2026-08-28T04:42:54Z, finished 2026-08-28T04:43:06Z
The web's /{owner}/{repo}/builds/{n} shows all of it. From the builds list a row at least carries the status; arriving from the Feed, which navigates straight to the log, the screen says "Build #60" and shows raw text.
Depends on nothing — build show already exists. Pairs with the job
picker, which needs krz/gitbay's build jobs command first.