Show Build Logs

Description

Show logs of a build.

Command

codefresh logs <id>

Arguments

Option Alias Default Description
id Build id

Options

Option Alias Type Default Description
--help Print help information
--f boolean false Continue showing build logs until it will finish
--no-timestamps boolean false Don’t show timestamps

Examples

Get logs of build ID

codefresh logs ID

Get all previous logs of build ID and attach to future logs

codefresh logs -f ID