1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages/common/warp-cli.md
2021-10-23 15:28:58 -03:00

489 B

warp-cli

Official command-line client for Cloudflare's WARP service. More information: https://developers.cloudflare.com/warp-client/.

  • 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}}