HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

warp-diag — Diagnostic and feedback tool for Cloudflare's WARP service. See also: `warp-cli`. More information:

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddiagnosticfeedbackandclitoolwarp-diagfor

Problem

How to use the warp-diag command: Diagnostic and feedback tool for Cloudflare's WARP service. See also: warp-cli. More information: <https://developers.cloudflare.com/warp-client/>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/warp-diag

Revisions (0)

No revisions yet.