mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
21 lines
469 B
Plaintext
21 lines
469 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder ping [flags] <workspace>
|
|
|
|
Ping a workspace
|
|
|
|
OPTIONS:
|
|
-n, --num int
|
|
Specifies the number of pings to perform. By default, pings will
|
|
continue until interrupted.
|
|
|
|
-t, --timeout duration (default: 5s)
|
|
Specifies how long to wait for a ping to complete.
|
|
|
|
--wait duration (default: 1s)
|
|
Specifies how long to wait between pings.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|