Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DUNE-CACHE(1)			  Dune Manual			 DUNE-CACHE(1)

NAME
       dune-cache - Manage the 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
       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).

SEE ALSO
       dune(1)

Dune n/a							 DUNE-CACHE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dune-cache&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help