rez-rm#

Usage#

rez rm [-h] [-p PACKAGE | -f FAMILY | --force-family | -i DAYS]
              [--dry-run] [-v]
              [PATH]

description#

Remove package(s) from a repository.

Options#

-p, --package#

remove the specified package (eg ‘foo-1.2.3’). This will work even if the package is currently ignored.

-f, --family#

remove the specified package family (eg ‘python’). This is only supported if the family is empty

--force-family#

like -f, but delete package family even if not empty

-i, --ignored-since <days>#

remove all packages that have been ignored for >= DAYS

--dry-run#

dry run mode

-v, --verbose#

verbose mode, repeat for more verbosity