zrok/docs/cli-usage/zrok_test_endpoint.md
2023-02-02 19:41:08 -05:00

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