mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 13:59:37 +08:00
update docs
This commit is contained in:
31
docs/cmd/hrp_build.md
Normal file
31
docs/cmd/hrp_build.md
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
## hrp build
|
||||||
|
|
||||||
|
build plugin for testing
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
build python/go plugin for testing
|
||||||
|
|
||||||
|
```
|
||||||
|
hrp build $path ... [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Examples
|
||||||
|
|
||||||
|
```
|
||||||
|
$ hrp build plugin/debugtalk.go
|
||||||
|
$ hrp build plugin/debugtalk.py
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```
|
||||||
|
-h, --help help for build
|
||||||
|
-o, --output string funplugin product output path, default: cwd
|
||||||
|
```
|
||||||
|
|
||||||
|
### SEE ALSO
|
||||||
|
|
||||||
|
* [hrp](hrp.md) - Next-Generation API Testing Solution.
|
||||||
|
|
||||||
|
###### Auto generated by spf13/cobra on 27-May-2022
|
||||||
Reference in New Issue
Block a user