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