summaryrefslogtreecommitdiffstats
path: root/docs/idevicedebug.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/idevicedebug.1')
-rw-r--r--docs/idevicedebug.145
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/idevicedebug.1 b/docs/idevicedebug.1
new file mode 100644
index 0000000..7314baa
--- /dev/null
+++ b/docs/idevicedebug.1
@@ -0,0 +1,45 @@
1.TH "idevicedebug" 1
2.SH NAME
3idevicedebug \- Interact with the debugserver service of a device.
4.SH SYNOPSIS
5.B idevicedebug
6[OPTIONS] COMMAND
7
8.SH DESCRIPTION
9
10Interact with the debug service of a device. Currently the only implemented
11command is "run" and allows execution of developer apps and watch the
12stdout/stderr of the process.
13
14.SH OPTIONS
15.TP
16.B \-u, \-\-udid UDID
17target specific device by UDID.
18.TP
19.B \-n, \-\-network
20connect to network device.
21.TP
22.B \-e, \-\-env NAME=VALUE
23set environment variable NAME to VALUE.
24.TP
25.B \-d, \-\-debug
26enable communication debugging.
27.TP
28.B \-h, \-\-help
29prints usage information.
30.TP
31.B \-v, \-\-version
32prints version information.
33
34.SH COMMANDS
35.TP
36.B run BUNDLEID [ARGS...]
37run app with BUNDLEID and optional ARGS on device.
38
39.SH AUTHORS
40Martin Szulecki
41
42.SH ON THE WEB
43https://libimobiledevice.org
44
45https://github.com/libimobiledevice/libimobiledevice