rez-pkg-cache

Usage

rez pkg-cache [-h] [-a URI [URI ...] | --logs | -r URI [URI ...] |
                     --clean] [--pkg-cache-mode {sync,async}]
                     [-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

--pkg-cache-mode

If provided, override the rezconfig’s package_cache_async key. If sync, the process will block until packages are cached. If async, the process will not block while packages are cached.

Choices: sync, async

-c, --columns

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

Choices: status, package, variant_uri, orig_path, cache_path

Default: [‘status’, ‘package’, ‘variant_uri’, ‘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