mirror of
https://github.com/openziti/zrok.git
synced 2025-04-01 18:16:13 +02:00
29 lines
593 B
Markdown
29 lines
593 B
Markdown
## zrok test endpoint
|
|
|
|
Start a simple HTTP endpoint
|
|
|
|
```
|
|
zrok test endpoint [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-a, --address string The address for the HTTP listener (default "127.0.0.1")
|
|
-h, --help help for endpoint
|
|
-P, --port uint16 The port for the HTTP listener (default 9090)
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-p, --panic Panic instead of showing pretty errors
|
|
-v, --verbose Enable verbose logging
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [zrok test](zrok_test.md) - Utilities for testing zrok deployments
|
|
|
|
###### Auto generated by spf13/cobra on 1-Feb-2023
|