@@ -95,20 +95,22 @@ Additional Commands:
95
95
version Display the version of your installed Globalping CLI
96
96
97
97
Flags:
98
- -C, --ci disable real-time terminal updates and colors, suitable for CI and scripting
99
- (default false)
98
+ -C, --ci disable real-time terminal updates and colors, suitable for CI and
99
+ scripting (default false)
100
100
-F, --from string specify the probe locations as a comma-separated list; you may use:
101
- - names of continents, regions, countries, US states, cities, or networks
102
- - [@1 | first, @2 ... @-2, @-1 | last | previous] to run with the probes from
103
- previous measurements in this session
101
+ - names of continents, regions, countries, US states, cities, or
102
+ networks
103
+ - [@1 | first, @2 ... @-2, @-1 | last | previous] to run with the probes
104
+ from previous measurements in this session
104
105
- an ID of a previous measurement to run with its probes
105
106
(default "world")
106
107
-h, --help help for globalping
107
108
-J, --json output results in JSON format (default false)
108
- --latency output only the latency stats; applicable only to dns, http, and ping commands
109
- (default false)
109
+ --latency output only the latency stats; applicable only to dns, http, and ping
110
+ commands (default false)
110
111
-L, --limit int define the number of probes to use (default 1)
111
- --share print a link at the end of the results to visualize them online (default false)
112
+ --share print a link at the end of the results to visualize them online (default
113
+ false)
112
114
113
115
Use "globalping [command] --help" for more information about a command.
114
116
```
0 commit comments