dune-cache - (unknown subject)

NAME  SYNOPSIS  DESCRIPTION  COMMANDS  COMMON OPTIONS  EXIT STATUS  SEE ALSO 

NAME

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

SYNOPSIS

dune cache COMMAND â¦

DESCRIPTION

Dune can share build artifacts between workspaces. We currently only support a few subcommands; however, we plan to provide more functionality soon.

COMMANDS

size [--machine-readable] [OPTION]â¦

Query the size of the Dune cache.

trim [--size=BYTES] [--trimmed-size=BYTES] [OPTION]â¦

Trim the Dune cache.

COMMON OPTIONS

--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.

EXIT STATUS

dune cache exits with:

0

on success.

1

if an error happened.

130

if it was interrupted by a signal.

SEE ALSO

dune(1)


Updated 2024-01-29 - jenkler.se | uex.se