1DUNE-CACHE(1)                     Dune Manual                    DUNE-CACHE(1)
2
3
4

NAME

6       dune-cache - Manage Dune's shared cache of build artifacts.
7

SYNOPSIS

9       dune cache COMMAND …
10

DESCRIPTION

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

COMMANDS

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

COMMON OPTIONS

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

EXIT STATUS

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

SEE ALSO

42       dune(1)
43
44
45
46Dune n/a                                                         DUNE-CACHE(1)
Impressum