1DUNE-CACHE(1) Dune Manual DUNE-CACHE(1)
2
3
4
6 dune-cache - Manage Dune's shared cache of build artifacts.
7
9 dune cache COMMAND …
10
12 Dune can share build artifacts between workspaces. We currently only
13 support a few subcommands; however, we plan to provide more
14 functionality soon.
15
17 size [--machine-readable] [OPTION]…
18 Query the size of the Dune cache.
19
20 trim [--size=BYTES] [--trimmed-size=BYTES] [OPTION]…
21 Trim the Dune cache.
22
24 --help[=FMT] (default=auto)
25 Show this help in format FMT. The value FMT must be one of auto,
26 pager, groff or plain. With auto, the format is pager or plain
27 whenever the TERM env var is dumb or undefined.
28
29 --version
30 Show version information.
31
33 cache exits with the following status:
34
35 0 on success.
36
37 1 if an error happened.
38
39 130 if it was interrupted by a signal.
40
42 dune(1)
43
44
45
46Dune n/a DUNE-CACHE(1)