mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 05:49:40 +08:00
docs: update hrp cmd docs
This commit is contained in:
@@ -4,7 +4,7 @@ start hrp server
|
||||
|
||||
### Synopsis
|
||||
|
||||
start hrp server. exec automation by http
|
||||
start hrp server, call httprunner by HTTP
|
||||
|
||||
```
|
||||
hrp server start [flags]
|
||||
@@ -13,12 +13,21 @@ hrp server start [flags]
|
||||
### Options
|
||||
|
||||
```
|
||||
-h, --help help for server
|
||||
-p, --port int Port to run the server on (default 8082)
|
||||
-h, --help help for server
|
||||
-c, --mcp-config string path to the MCP config file (default "$HOME/.hrp/mcp.json")
|
||||
-p, --port int port to run the server on (default 8082)
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
||||
```
|
||||
--log-json set log to json format (default colorized console)
|
||||
-l, --log-level string set log level (default "INFO")
|
||||
--venv string specify python3 venv path
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
|
||||
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||
* [hrp](hrp.md) - All-in-One Testing Framework for API, UI and Performance
|
||||
|
||||
###### Auto generated by spf13/cobra on 9-Nov-2024
|
||||
###### Auto generated by spf13/cobra on 24-Apr-2025
|
||||
|
||||
Reference in New Issue
Block a user