summaryrefslogtreecommitdiffstats
path: root/docs/ideviceprovision.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ideviceprovision.1')
-rw-r--r--docs/ideviceprovision.158
1 files changed, 58 insertions, 0 deletions
diff --git a/docs/ideviceprovision.1 b/docs/ideviceprovision.1
new file mode 100644
index 0000000..3597d6e
--- /dev/null
+++ b/docs/ideviceprovision.1
@@ -0,0 +1,58 @@
1.TH "ideviceprovision" 1
2.SH NAME
3ideviceprovision \- Manage provisioning profiles on a device.
4.SH SYNOPSIS
5.B ideviceprovision
6[OPTIONS] COMMAND
7
8.SH DESCRIPTION
9
10Manage provisioning profiles on a device.
11
12.SH OPTIONS
13.TP
14.B \-u, \-\-udid UDID
15target specific device by UDID.
16.TP
17.B \-n, \-\-network
18connect to network device.
19.TP
20.B \-x, \-\-xml
21print XML output when using the 'dump' command.
22.TP
23.B \-d, \-\-debug
24enable communication debugging.
25.TP
26.B \-h, \-\-help
27prints usage information.
28.TP
29.B \-v, \-\-version
30prints version information.
31
32.SH COMMANDS
33.TP
34.B install FILE
35Install the provisioning profile specified by FILE. A valid ".mobileprovision"
36file is expected.
37.TP
38.B list
39Get a list of all provisioning profiles on the device.
40.TP
41.B copy PATH
42Retrieves all provisioning profiles from the device and stores them into the
43existing directory specified by PATH. The files will be stored
44as "UUID.mobileprovision".
45.TP
46.B remove UUID
47Removes the provisioning profile identified by UUID.
48.TP
49.B dump FILE
50Prints detailed information about the provisioning profile specified by FILE.
51
52.SH AUTHORS
53Nikias Bassen
54
55.SH ON THE WEB
56https://libimobiledevice.org
57
58https://github.com/libimobiledevice/libimobiledevice