rez-pkg-cache

Usage

rez pkg-cache [-h] [-a URI [URI ...] | --logs | -r URI [URI ...] |
                     --clean]
                     [-c {status,package,variant_uri,orig_path,cache_path} [{status,package,variant_uri,orig_path,cache_path} ...]]
                     [-f] [-v]
                     [DIR]

description

Manipulate a package cache.

Options

-a, --add-variants <uri>

Add variants to the cache

--logs

View logs

-r, --remove-variants <uri>

Remove variants from cache

--clean

Remove unused variants and other cache files pending deletion

-c, --columns

Columns to print, choose from: status, package, variant_uri, orig_path, cache_path

Choices: status, package, variant_uri, orig_path, cache_path

-f, --force

Force a package add, even if package is not cachable. Only applicable with --add-variants

-v, --verbose

verbose mode, repeat for more verbosity