Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 843 Bytes

File metadata and controls

41 lines (28 loc) · 843 Bytes
title logs
description View logs for a workspace

View logs for a workspace

Usage

coder logs [flags] <workspace>

Description

View logs for a workspace

Options

-n, --build-number

Type int
Default 0

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

Type bool
Default false

Follow logs as they are emitted.