diff options
| author | 2023-02-11 02:27:04 +0100 | |
|---|---|---|
| committer | 2023-02-11 02:27:04 +0100 | |
| commit | 7fbc6d180105b798af619c7994ed271cede2559e (patch) | |
| tree | 25307b8f5a2e1f05db6f25efbcd61bfef2bed231 /man/ideviceinstaller.1 | |
| parent | c50f53a7c2aa1744396ffa5c48e6c99c82c27c79 (diff) | |
| download | ideviceinstaller-7fbc6d180105b798af619c7994ed271cede2559e.tar.gz ideviceinstaller-7fbc6d180105b798af619c7994ed271cede2559e.tar.bz2 | |
Rework command line option handling
Diffstat (limited to 'man/ideviceinstaller.1')
| -rw-r--r-- | man/ideviceinstaller.1 | 88 |
1 files changed, 45 insertions, 43 deletions
diff --git a/man/ideviceinstaller.1 b/man/ideviceinstaller.1 index 8ede2db..b13b0e6 100644 --- a/man/ideviceinstaller.1 +++ b/man/ideviceinstaller.1 | |||
| @@ -7,29 +7,13 @@ ideviceinstaller \- Manage apps on iOS devices. | |||
| 7 | 7 | ||
| 8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
| 9 | 9 | ||
| 10 | Allows to install, upgrade, uninstall, archive, restore and enumerate installed | 10 | Allows to enumerate, install, upgrade, and uninstall apps on iOS devices. |
| 11 | or archived apps on iOS devices. | ||
| 12 | 11 | ||
| 13 | .SH OPTIONS | 12 | .SH COMMANDS |
| 14 | |||
| 15 | .SS General options: | ||
| 16 | .TP | ||
| 17 | .B \-d, \-\-debug | ||
| 18 | enable communication debugging. | ||
| 19 | .TP | ||
| 20 | .B \-u, \-\-udid UDID | ||
| 21 | target specific device by its 40-digit device UDID. | ||
| 22 | .TP | ||
| 23 | .B \-h, \-\-help | ||
| 24 | prints usage information | ||
| 25 | |||
| 26 | .SS Commands: | ||
| 27 | .TP | 13 | .TP |
| 28 | .B \-l, \-\-list-apps | 14 | .B list |
| 29 | list apps installed on the device. | 15 | List installed apps on the device. |
| 30 | |||
| 31 | .RS | 16 | .RS |
| 32 | .B Additional options: | ||
| 33 | .TP | 17 | .TP |
| 34 | \-b <bundleID> | 18 | \-b <bundleID> |
| 35 | Only query for given bundle identifier (can be passed multiple times) | 19 | Only query for given bundle identifier (can be passed multiple times) |
| @@ -47,42 +31,37 @@ list all types of apps | |||
| 47 | \-o xml | 31 | \-o xml |
| 48 | print output in xml format (PList) | 32 | print output in xml format (PList) |
| 49 | .RE | 33 | .RE |
| 50 | |||
| 51 | .TP | 34 | .TP |
| 52 | .B \-i, \-\-install ARCHIVE | 35 | .B install PATH |
| 53 | install app from a package file specified by ARCHIVE. ARCHIVE can also be a | 36 | Install app from a package file specified by PATH. PATH can also be a .ipcc |
| 54 | .ipcc file for carrier bundle installation or a .app directory for developer | 37 | file for carrier bundle installation or a .app directory for developer |
| 55 | app installation. | 38 | app installation. |
| 56 | 39 | ||
| 57 | .TP | 40 | .TP |
| 58 | .B \-U, \-\-uninstall APPID | 41 | .B uninstall BUNDLEID |
| 59 | uninstall app specified by APPID. | 42 | Uninstall app specified by BUNDLEID. |
| 60 | 43 | ||
| 61 | .TP | 44 | .TP |
| 62 | .B \-g, \-\-upgrade ARCHIVE | 45 | .B upgrade PATH |
| 63 | upgrade app from a package file specified by ARCHIVE. | 46 | Upgrade app from a package file specified by PATH. |
| 64 | 47 | ||
| 65 | .TP | 48 | .TP |
| 66 | .B \-r, \-\-restore APPID | 49 | .B restore BUNDLEID |
| 67 | restore archived app specified by APPID. | 50 | Restore archived app specified by BUNDLEID. |
| 68 | 51 | ||
| 69 | .TP | 52 | .TP |
| 70 | .B \-L, \-\-list-archives | 53 | .B list-archives |
| 71 | list archived applications on the device. | 54 | List archived apps on the device. |
| 72 | |||
| 73 | .RS | 55 | .RS |
| 74 | .B Additional options: | ||
| 75 | .TP | 56 | .TP |
| 76 | \-o xml | 57 | \-o xml |
| 77 | print output in xml format (PList) | 58 | print full output as xml plist |
| 78 | .RE | 59 | .RE |
| 79 | 60 | ||
| 80 | .TP | 61 | .TP |
| 81 | .B \-a, \-\-archive APPID | 62 | .B archive BUNDLEID |
| 82 | archive app specified by APPID. | 63 | Archive app specified by BUNDLEID. |
| 83 | |||
| 84 | .RS | 64 | .RS |
| 85 | .B Additional options: | ||
| 86 | .TP | 65 | .TP |
| 87 | \-o uninstall | 66 | \-o uninstall |
| 88 | uninstall the package after making an archive | 67 | uninstall the package after making an archive |
| @@ -101,11 +80,34 @@ only valid when copy=PATH is used: remove after copy | |||
| 101 | .RE | 80 | .RE |
| 102 | 81 | ||
| 103 | .TP | 82 | .TP |
| 104 | .B \-R, \-\-remove-archive APPID | 83 | .B remove-archive BUNDLEID |
| 105 | remove app archive specified by APPID. | 84 | Remove app archive specified by BUNDLEID. |
| 85 | |||
| 86 | |||
| 87 | .SH OPTIONS | ||
| 88 | .TP | ||
| 89 | .B \-u, \-\-udid UDID | ||
| 90 | Target specific device by UDID. | ||
| 91 | .TP | ||
| 92 | .B \-n, \-\-network | ||
| 93 | Connect to network device. | ||
| 94 | .TP | ||
| 95 | .B \-w, \-\-notify-wait | ||
| 96 | Wait for app installed/uninstalled notification to before reporting success of operation. | ||
| 97 | .TP | ||
| 98 | .B \-h, \-\-help | ||
| 99 | Print usage information. | ||
| 100 | .TP | ||
| 101 | .B \-d, \-\-debug | ||
| 102 | Enable communication debugging. | ||
| 103 | .TP | ||
| 104 | .B \-v, \-\-version | ||
| 105 | Print version information. | ||
| 106 | |||
| 107 | .SH AUTHORS | ||
| 108 | Nikias Bassen | ||
| 106 | 109 | ||
| 107 | .SH AUTHOR | 110 | Martin Szulecki |
| 108 | This manual page was written by Martin Szulecki. | ||
| 109 | 111 | ||
| 110 | .SH ON THE WEB | 112 | .SH ON THE WEB |
| 111 | https://libimobiledevice.org | 113 | https://libimobiledevice.org |
