summaryrefslogtreecommitdiffstats
path: root/man/ideviceinstaller.1
blob: 401a3d2dd98cf735c5384f43ff0c0d4deca6fe2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.TH "ideviceinstaller" 1
.SH NAME
ideviceinstaller \- Manage apps on iOS devices.
.SH SYNOPSIS
.B ideviceinstaller
[OPTIONS]

.SH DESCRIPTION

Allows to install, upgrade, uninstall, archive, restore and enumerate installed
or archived apps on iOS devices.

.SH OPTIONS

.SS General options:
.TP
.B \-d, \-\-debug
enable communication debugging.
.TP
.B \-u, \-\-udid UDID
target specific device by its 40-digit device UDID.
.TP
.B \-h, \-\-help
prints usage information

.SS Commands:
.TP
.B \-l, \-\-list-apps
list apps installed on the device.

.RS
.B Additional options:
.TP
\-o list_user
list user apps only (apps installed by the user)
.B This is the default.
.TP
\-o list_system
list system apps only (apps available from the system firmware)
.TP
\-o list_all
list all types of apps
.TP
\-o xml
print output in xml format (PList)
.RE

.TP
.B \-i, \-\-install ARCHIVE
install app from a package file specified by ARCHIVE. ARCHIVE can also be a
.ipcc file for carrier bundle installation or a .app directory for developer
app installation.

.TP
.B \-U, \-\-uninstall APPID
uninstall app specified by APPID.

.TP
.B \-g, \-\-upgrade ARCHIVE
upgrade app from a package file specified by ARCHIVE.

.TP
.B \-r, \-\-restore APPID
restore archived app specified by APPID.

.TP
.B \-L, \-\-list-archives
list archived applications on the device.

.RS
.B Additional options:
.TP
\-o xml
print output in xml format (PList)
.RE

.TP
.B \-a, \-\-archive APPID
archive app specified by APPID.

.RS
.B Additional options:
.TP
\-o uninstall
uninstall the package after making an archive
.TP
\-o app_only
archive application data only
.TP
\-o docs_only
archive documents (user data) only
.TP
\-o copy=PATH
copy the app archive to directory PATH when done
.TP
\-o remove
only valid when copy=PATH is used: remove after copy
.RE

.TP
.B \-R, \-\-remove-archive APPID
remove app archive specified by APPID.

.SH AUTHOR
This manual page was written by Martin Szulecki.

.SH ON THE WEB
http://libimobiledevice.org