snippetbashTip
warp-cli — Connect, disconnect, and switch modes of a connection to Cloudflare's WARP service. WARP is a VPN th
Viewed 0 times
modescommandwarp-cliandcliconnectdisconnectswitch
Problem
How to use the
warp-cli command: 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, mozillavpn, mullvad. More information: <https://developers.cloudflare.com/warp-client/>.Solution
warp-cli — 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, mozillavpn, mullvad. More information: <https://developers.cloudflare.com/warp-client/>.Register the current device to WARP (must be run before first connection):
warp-cli registration newConnect to WARP:
warp-cli connectDisconnect from WARP:
warp-cli disconnectDisplay the WARP connection status:
warp-cli statusSwitch to a specific mode:
warp-cli set-mode {{mode}}Display help:
warp-cli helpDisplay help for a subcommand:
warp-cli help {{subcommand}}Code Snippets
Register the current device to WARP (must be run before first connection)
warp-cli registration newConnect to WARP
warp-cli connectDisconnect from WARP
warp-cli disconnectDisplay the WARP connection status
warp-cli statusSwitch to a specific mode
warp-cli set-mode {{mode}}Context
tldr-pages: common/warp-cli
Revisions (0)
No revisions yet.