dune-cache - (unknown subject)

NAME  SYNOPSIS  DESCRIPTION  ACTIONS  ARGUMENTS  OPTIONS  COMMON OPTIONS  MORE HELP  EXIT STATUS  BUGS  SEE ALSO 

NAME

dune-cache - Manage the shared cache of build artifacts

SYNOPSIS

dune cache [--size=BYTES] [--trimmed-size=BYTES] [OPTION]⦠[ACTION]

DESCRIPTION

Dune can share build artifacts between workspaces. Currently, the only action supported by this command is ‘trim‘, but we plan to provide more functionality soon.

ACTIONS

trim trim the shared cache to free space.

ARGUMENTS

ACTION

The cache action to perform (trim)

OPTIONS

--size=BYTES

size to trim the cache to

--trimmed-size=BYTES

size to trim from the cache

COMMON OPTIONS

These options are common to all commands.
--help
[=FMT] (default=auto)

Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.

--version

Show version information.

MORE HELP

Use ‘dune COMMAND --help' for help on a single command.

EXIT STATUS

cache exits with the following status:

0

on success.

123

on indiscriminate errors reported on standard error.

124

on command line parsing errors.

125

on unexpected internal errors (bugs).

BUGS

Check bug reports at https://github.com/ocaml/dune/issues

SEE ALSO

dune(1)


Updated 2023-02-15 - jenkler.se | uex.se