mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
27 lines
664 B
Plaintext
27 lines
664 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# warp-diag
|
|
|
|
> Diagnostic and feedback tool for Cloudflare's WARP service.
|
|
> See also: `warp-cli`.
|
|
> More information: <https://developers.cloudflare.com/warp-client/>.
|
|
|
|
- Generate a Zip file with information about the system configuration and the WARP connection:
|
|
|
|
`warp-diag`
|
|
|
|
- Generate a Zip file with debug information including a timestamp to the output filename:
|
|
|
|
`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`
|