Files
coder/cli/testdata/coder_ping_--help.golden
2023-03-23 17:42:20 -05:00

17 lines
399 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Usage: coder ping [flags] <workspace>
Ping a workspace
Options
-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.