LinuxCommandLibrary

warp-cli

Official command-line client for Cloudflare's WARP service.

TLDR

Register the current device to WARP (must be run before first connection)

$ warp-cli register
copy


Connect to WARP
$ warp-cli connect
copy


Disconnect from WARP
$ warp-cli disconnect
copy


Display the WARP connection status
$ warp-cli status
copy


Display help
$ warp-cli help
copy


Display help for a subcommand
$ warp-cli help [subcommand]
copy

Copied to clipboard