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 1 if an error happened.
45
46 130 if it was interrupted by a signal.
47
49 Check bug reports at https://github.com/ocaml/dune/issues
50
52 dune(1)
53
54
55
56Dune n/a DUNE-RPC(1)