docs: update hrp cmd docs

This commit is contained in:
lilong.129
2025-04-24 22:31:03 +08:00
parent 9473345ec9
commit 03c0d6ee42
47 changed files with 587 additions and 117 deletions

View File

@@ -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