mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
Usage: coder ping [flags] <workspace>
|
||
|
||
Ping a workspace
|
||
|
||
[1mOptions[0m
|
||
-n, --num int (default: 10)
|
||
Specifies the number of pings to perform.
|
||
|
||
-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.
|