mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-15 04:19:28 +08:00
29 lines
604 B
Markdown
29 lines
604 B
Markdown
## hrp ios install
|
|
|
|
push package to the device and install them automatically
|
|
|
|
```
|
|
hrp ios install [flags] PACKAGE
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for install
|
|
-u, --udid string filter by device's serial
|
|
```
|
|
|
|
### 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 ios](hrp_ios.md) - simple utils for ios device management
|
|
|
|
###### Auto generated by spf13/cobra on 28-Jun-2025
|