warp-cli, warp-diag: add page (#7087)
This commit is contained in:

committed by
GitHub

parent
0ce559932b
commit
ae019ca6fe
28
pages/common/warp-cli.md
Normal file
28
pages/common/warp-cli.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user