update subcommand curl docs

This commit is contained in:
buyuxiang
2022-07-06 16:59:41 +08:00
parent f4aa4ffb28
commit 22f23af575
17 changed files with 104 additions and 20 deletions

View File

@@ -37,4 +37,4 @@ Copyright 2017 debugtalk
* [hrp startproject](hrp_startproject.md) - create a scaffold project
* [hrp wiki](hrp_wiki.md) - visit https://httprunner.com
###### Auto generated by spf13/cobra on 4-Jul-2022
###### Auto generated by spf13/cobra on 6-Jul-2022

View File

@@ -41,5 +41,6 @@ hrp boom [flags]
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
* [hrp boom curl](hrp_boom_curl.md) - run load test with boomer using converted curl testcase
###### Auto generated by spf13/cobra on 4-Jul-2022
###### Auto generated by spf13/cobra on 6-Jul-2022

26
docs/cmd/hrp_boom_curl.md Normal file
View File

@@ -0,0 +1,26 @@
## hrp boom curl
run load test with boomer using converted curl testcase
```
hrp boom curl URLs [flags]
```
### Options
```
-b, --cookie strings -b, --cookie in curl
-d, --data strings -d, --data in curl
-F, --form strings -F, --form in curl
-G, --get -G, --get in curl
-I, --head -I, --head in curl
-H, --header strings -H, --header in curl
-h, --help help for curl
-X, --request string -X, --request in curl
```
### SEE ALSO
* [hrp boom](hrp_boom.md) - run load test with boomer
###### Auto generated by spf13/cobra on 6-Jul-2022

View File

@@ -28,4 +28,4 @@ hrp build $path ... [flags]
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 4-Jul-2022
###### Auto generated by spf13/cobra on 6-Jul-2022

View File

@@ -21,5 +21,6 @@ hrp convert $path... [flags]
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
* [hrp convert curl](hrp_convert_curl.md) - convert curl command(s) to httprunner testcase
###### Auto generated by spf13/cobra on 4-Jul-2022
###### Auto generated by spf13/cobra on 6-Jul-2022

View File

@@ -0,0 +1,26 @@
## hrp convert curl
convert curl command(s) to httprunner testcase
```
hrp convert curl URLs [flags]
```
### Options
```
-b, --cookie strings -b, --cookie in curl
-d, --data strings -d, --data in curl
-F, --form strings -F, --form in curl
-G, --get -G, --get in curl
-I, --head -I, --head in curl
-H, --header strings -H, --header in curl
-h, --help help for curl
-X, --request string -X, --request in curl
```
### SEE ALSO
* [hrp convert](hrp_convert.md) - convert to JSON/YAML/gotest/pytest testcases
###### Auto generated by spf13/cobra on 6-Jul-2022

View File

@@ -16,4 +16,4 @@ hrp pytest $path ... [flags]
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 4-Jul-2022
###### Auto generated by spf13/cobra on 6-Jul-2022

View File

@@ -34,5 +34,6 @@ hrp run $path... [flags]
### SEE ALSO
* [hrp](hrp.md) - Next-Generation API Testing Solution.
* [hrp run curl](hrp_run_curl.md) - run API test with go engine using converted curl testcase
###### Auto generated by spf13/cobra on 4-Jul-2022
###### Auto generated by spf13/cobra on 6-Jul-2022

26
docs/cmd/hrp_run_curl.md Normal file
View File

@@ -0,0 +1,26 @@
## hrp run curl
run API test with go engine using converted curl testcase
```
hrp run curl URLs [flags]
```
### Options
```
-b, --cookie strings -b, --cookie in curl
-d, --data strings -d, --data in curl
-F, --form strings -F, --form in curl
-G, --get -G, --get in curl
-I, --head -I, --head in curl
-H, --header strings -H, --header in curl
-h, --help help for curl
-X, --request string -X, --request in curl
```
### SEE ALSO
* [hrp run](hrp_run.md) - run API test with go engine
###### Auto generated by spf13/cobra on 6-Jul-2022

View File

@@ -21,4 +21,4 @@ hrp startproject $project_name [flags]
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 4-Jul-2022
###### Auto generated by spf13/cobra on 6-Jul-2022

View File

@@ -16,4 +16,4 @@ hrp wiki [flags]
* [hrp](hrp.md) - Next-Generation API Testing Solution.
###### Auto generated by spf13/cobra on 4-Jul-2022
###### Auto generated by spf13/cobra on 6-Jul-2022