1DUNE-RPC(1) Dune Manual DUNE-RPC(1)
2
3
4
6 dune-rpc - Dune's RPC mechanism. Experimental.
7
9 dune rpc COMMAND …
10
12 This is experimental. do not use
13
15 build [OPTION]… [TARGET]…
16 build a given target (requires dune to be running in passive
17 watching mode)
18
19 ping [OPTION]…
20 Ping the build server running in the current directory
21
22 status [OPTION]…
23 show active connections
24
26 These options are common to all commands.
27
28 --help[=FMT] (default=auto)
29 Show this help in format FMT. The value FMT must be one of auto,
30 pager, groff or plain. With auto, the format is pager or plain
31 whenever the TERM env var is dumb or undefined.
32
33 --version
34 Show version information.
35
37 Use `dune COMMAND --help' for help on a single command.
38
40 rpc exits with the following status:
41
42 0 on success.
43
44 123 on indiscriminate errors reported on standard error.
45
46 124 on command line parsing errors.
47
48 125 on unexpected internal errors (bugs).
49
51 Check bug reports at https://github.com/ocaml/dune/issues
52
54 dune(1)
55
56
57
58Dune n/a DUNE-RPC(1)