mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(cli): add json output to coder speedtest (#13475)
This commit is contained in:
Generated
+18
@@ -45,3 +45,21 @@ Specifies the duration to monitor traffic.
|
||||
| Type | <code>string</code> |
|
||||
|
||||
Specifies a file to write a network capture to.
|
||||
|
||||
### -c, --column
|
||||
|
||||
| | |
|
||||
| ------- | -------------------------------- |
|
||||
| Type | <code>string-array</code> |
|
||||
| Default | <code>Interval,Throughput</code> |
|
||||
|
||||
Columns to display in table output. Available columns: Interval, Throughput.
|
||||
|
||||
### -o, --output
|
||||
|
||||
| | |
|
||||
| ------- | ------------------- |
|
||||
| Type | <code>string</code> |
|
||||
| Default | <code>table</code> |
|
||||
|
||||
Output format. Available formats: table, json.
|
||||
|
||||
Reference in New Issue
Block a user