DEMO A showcase of hev ask⌘K agentic search — running on Coder's real docs. Unaffiliated with Coder; not the official documentation. Official Coder docs ↗ Add ask to your docs ↗
Documentation › logs

logs

View logs for a workspace

Usage

coder logs [flags] <workspace>

Description

View logs for a workspace

Options

-n, —build-number

Typeint
Default0

Only show logs for a specific build number. Defaults to 0, which maps to the most recent build (build numbers start at 1). Negative values are treated as offsets—for example, -1 refers to the previous build.

-f, —follow

Typebool
Defaultfalse

Follow logs as they are emitted.

esc