1DUNE-CACHE(1) Dune Manual DUNE-CACHE(1)
2
3
4
6 dune-cache - Manage the 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 123 on indiscriminate errors reported on standard error.
38
39 124 on command line parsing errors.
40
41 125 on unexpected internal errors (bugs).
42
44 dune(1)
45
46
47
48Dune n/a DUNE-CACHE(1)