summaryrefslogtreecommitdiffstats
path: root/docs/idevicedebug.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/idevicedebug.1')
-rw-r--r--docs/idevicedebug.134
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/idevicedebug.1 b/docs/idevicedebug.1
new file mode 100644
index 0000000..aa9890a
--- /dev/null
+++ b/docs/idevicedebug.1
@@ -0,0 +1,34 @@
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 \-e, \-\-env NAME=VALUE
17set environment variable NAME to VALUE.
18.TP
19.B \-u, \-\-udid UDID
20target specific device by its 40-digit device UDID.
21.TP
22.B \-d, \-\-debug
23enable communication debugging.
24.TP
25.B \-h, \-\-help
26prints usage information.
27
28.SH COMMANDS
29.TP
30.B run BUNDLEID [ARGS...]
31run app with BUNDLEID and optional ARGS on device.
32
33.SH AUTHORS
34Martin Szulecki