From 13ebe1e3cf62a8a45ec77783dcaa6a05d3dcdfba Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:01:40 -0300 Subject: [PATCH] warp-cli: improve page description, add "See also" and add example (#12303) --- pages/common/warp-cli.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/common/warp-cli.md b/pages/common/warp-cli.md index d037d83416..add20ee52e 100644 --- a/pages/common/warp-cli.md +++ b/pages/common/warp-cli.md @@ -1,6 +1,8 @@ # warp-cli -> Official command-line client for Cloudflare's WARP service. +> Connect, disconnect and switch modes of a connection to Cloudflare's WARP service. +> WARP is a VPN that encrypts traffic for privacy, security, and speed. +> See also: `fastd`, `ivpn`, `mozzilavpn`, `mullvad`. > More information: . - Register the current device to WARP (must be run before first connection): @@ -19,6 +21,10 @@ `warp-cli status` +- Switch to a specific mode: + +`warp-cli set-mode {{mode}}` + - Display help: `warp-cli help`