mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 00:35:47 +02:00
warp-cli: improve page description, add "See also" and add example (#12303)
This commit is contained in:
parent
60640ac351
commit
13ebe1e3cf
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
# warp-cli
|
# 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: <https://developers.cloudflare.com/warp-client/>.
|
> More information: <https://developers.cloudflare.com/warp-client/>.
|
||||||
|
|
||||||
- Register the current device to WARP (must be run before first connection):
|
- Register the current device to WARP (must be run before first connection):
|
||||||
|
@ -19,6 +21,10 @@
|
||||||
|
|
||||||
`warp-cli status`
|
`warp-cli status`
|
||||||
|
|
||||||
|
- Switch to a specific mode:
|
||||||
|
|
||||||
|
`warp-cli set-mode {{mode}}`
|
||||||
|
|
||||||
- Display help:
|
- Display help:
|
||||||
|
|
||||||
`warp-cli help`
|
`warp-cli help`
|
||||||
|
|
Loading…
Add table
Reference in a new issue