mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 07:55:54 +02:00
warp-cli, warp-diag: add page (#7087)
This commit is contained in:
parent
0ce559932b
commit
ae019ca6fe
2 changed files with 49 additions and 0 deletions
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}}`
|
21
pages/common/warp-diag.md
Normal file
21
pages/common/warp-diag.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# warp-diag
|
||||
|
||||
> Diagnostic and feedback tool for Cloudflare's WARP service.
|
||||
> See also: `warp-cli`.
|
||||
> More information: <https://developers.cloudflare.com/warp-client/>.
|
||||
|
||||
- Generate a zip file with information about the system configuration and the WARP connection:
|
||||
|
||||
`warp-diag`
|
||||
|
||||
- Generate a zip file with debug information including a timestamp to the output filename:
|
||||
|
||||
`warp-diag --add-ts`
|
||||
|
||||
- Save the output file under a specific directory:
|
||||
|
||||
`warp-diag --output {{path/to/directory}}`
|
||||
|
||||
- Submit a new feedback to Cloudflare's WARP interactively:
|
||||
|
||||
`warp-diag feedback`
|
Loading…
Add table
Reference in a new issue