2021-10-23 19:28:58 +01:00
|
|
|
# warp-diag
|
|
|
|
|
|
|
|
> Diagnostic and feedback tool for Cloudflare's WARP service.
|
|
|
|
> See also: `warp-cli`.
|
|
|
|
> More information: <https://developers.cloudflare.com/warp-client/>.
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
- Generate a Zip file with information about the system configuration and the WARP connection:
|
2021-10-23 19:28:58 +01:00
|
|
|
|
|
|
|
`warp-diag`
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
- Generate a Zip file with debug information including a timestamp to the output filename:
|
2021-10-23 19:28:58 +01:00
|
|
|
|
|
|
|
`warp-diag --add-ts`
|
|
|
|
|
|
|
|
- Save the output file under a specific directory:
|
|
|
|
|
|
|
|
`warp-diag --output {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Submit a new feedback to Cloudflare's WARP interactively:
|
|
|
|
|
|
|
|
`warp-diag feedback`
|