Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.12 KB

File metadata and controls

59 lines (39 loc) · 1.12 KB
title ping
description Ping a workspace

Ping a workspace

Usage

coder ping [flags] <workspace>

Options

--wait

Type duration
Default 1s

Specifies how long to wait between pings.

-t, --timeout

Type duration
Default 5s

Specifies how long to wait for a ping to complete.

-n, --num

Type int

Specifies the number of pings to perform. By default, pings will continue until interrupted.

--time

Type bool

Show the response time of each pong in local time.

--utc

Type bool

Show the response time of each pong in UTC (implies --time).