From ae019ca6fe9c9b61083f83dfb1fae9b144c35652 Mon Sep 17 00:00:00 2001 From: Reinhart Previano Koentjoro Date: Sun, 24 Oct 2021 01:28:58 +0700 Subject: [PATCH] warp-cli, warp-diag: add page (#7087) --- pages/common/warp-cli.md | 28 ++++++++++++++++++++++++++++ pages/common/warp-diag.md | 21 +++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 pages/common/warp-cli.md create mode 100644 pages/common/warp-diag.md diff --git a/pages/common/warp-cli.md b/pages/common/warp-cli.md new file mode 100644 index 0000000000..d037d83416 --- /dev/null +++ b/pages/common/warp-cli.md @@ -0,0 +1,28 @@ +# warp-cli + +> Official command-line client for Cloudflare's WARP service. +> More information: . + +- Register the current device to WARP (must be run before first connection): + +`warp-cli register` + +- Connect to WARP: + +`warp-cli connect` + +- Disconnect from WARP: + +`warp-cli disconnect` + +- Display the WARP connection status: + +`warp-cli status` + +- Display help: + +`warp-cli help` + +- Display help for a subcommand: + +`warp-cli help {{subcommand}}` diff --git a/pages/common/warp-diag.md b/pages/common/warp-diag.md new file mode 100644 index 0000000000..d3e9726b85 --- /dev/null +++ b/pages/common/warp-diag.md @@ -0,0 +1,21 @@ +# warp-diag + +> Diagnostic and feedback tool for Cloudflare's WARP service. +> See also: `warp-cli`. +> More information: . + +- 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`